Color Hex Logo

#760513 Color Hex

#760513
(118,5,19)
0 Favorites   0 Comments

Color spaces of #760513

RGB 118519
HSL0.980.920.24
HSV353°96°46°
CMYK 0.000.960.84   0.54
XYZ7.64304.00710.9867
Yxy4.00710.60480.3171
Hunter Lab20.017733.122311.0899
CIE-Lab23.694944.714726.7425

#760513 color RGB value is (118,5,19).

#760513 hex color red value is 118, green value is 5 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #760513 hue: 0.98 , saturation: 0.92 and the lightness value of 760513 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000101 00010011
Octal 166 5 23
Decimal 118 5 19
Hex 76 5 13

RGB Percentages of Color #760513

%83.10
%3.52
%13.38

CMYK Percentages of Color #760513

%0
%96
%84
%54

Triadic Colors of #760513

#760513 #137605 #051376

Analogous Colors of #760513

#760513 #763005 #76054c

Monochromatic Colors of #760513

#760513

Complementary Color

#760513 #057668

#760513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760513 Color CSS Codes

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

#760513 Text Font Color

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

This sample text font color is #760513
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.


#760513 Background Color

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

This div background color is #760513


#760513 Border Color

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

This div border color is #760513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760513


Comments

No comments written yet.

Please login to write comment.