Color Hex Logo

#76130d Color Hex

#76130D
(118,19,13)
0 Favorites   0 Comments

Color spaces of #76130d

RGB 1181913
HSL0.010.800.26
HSV89°46°
CMYK 0.000.840.89   0.54
XYZ7.77674.34640.8098
Yxy4.34640.60130.3361
Hunter Lab20.848030.099812.2906
CIE-Lab24.785141.266931.1500

#76130d color RGB value is (118,19,13).

#76130d hex color red value is 118, green value is 19 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #76130d hue: 0.01 , saturation: 0.80 and the lightness value of 76130d is 0.26.

The process color (four color CMYK) of #76130d color hex is 0.00, 0.84, 0.89, 0.54. Web safe color of #76130d is #660000. Color #76130d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010011 00001101
Octal 166 23 15
Decimal 118 19 13
Hex 76 13 D

RGB Percentages of Color #76130d

%78.67
%12.67
%8.67

CMYK Percentages of Color #76130d

%0
%84
%89
%54

Triadic Colors of #76130d

#76130d #0d7613 #130d76

Analogous Colors of #76130d

#76130d #76480d #760d3b

Monochromatic Colors of #76130d

#76130d

Complementary Color

#76130d #0d7076

#76130d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76130d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76130d Color CSS Codes

.mybgcolor {background-color:#76130d; } 
.myforecolor {color:#76130d; }
.mybordercolor {border:3px solid #76130d; }

#76130d Text Font Color

<p style="color:#76130d">Text here</p>

This sample text font color is #76130d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#76130d Background Color

<div style="background-color:#76130d">
Div content here</div>

This div background color is #76130d


#76130d Border Color

<div style="border:3px solid #76130d">
Div here</div>

This div border color is #76130d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,19,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76130d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76130d;
  -webkit-box-shadow: 1px 1px 3px 2px #76130d;
  box-shadow:         1px 1px 3px 2px #76130d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,19,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #76130d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #76130d;
  -webkit-box-shadow: 1px 1px 3px 2px #76130d;
  box-shadow:         1px 1px 3px 2px #76130d;">
Div content here</div>

This div box has shadow with color #76130d


Comments

No comments written yet.

Please login to write comment.