Color Hex Logo

#76481a Color Hex

#76481A
(118,72,26)
0 Favorites   0 Comments

Color spaces of #76481a

RGB 1187226
HSL0.080.640.28
HSV30°78°46°
CMYK 0.000.390.78   0.54
XYZ9.97508.56092.1040
Yxy8.56090.48330.4148
Hunter Lab29.25909.651016.2178
CIE-Lab35.124715.480534.4769

#76481a color RGB value is (118,72,26).

#76481a hex color red value is 118, green value is 72 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #76481a hue: 0.08 , saturation: 0.64 and the lightness value of 76481a is 0.28.

The process color (four color CMYK) of #76481a color hex is 0.00, 0.39, 0.78, 0.54. Web safe color of #76481a is #663333. Color #76481a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001000 00011010
Octal 166 110 32
Decimal 118 72 26
Hex 76 48 1A

RGB Percentages of Color #76481a

%54.63
%33.33
%12.04

CMYK Percentages of Color #76481a

%0
%39
%78
%54

Triadic Colors of #76481a

#76481a #1a7648 #481a76

Analogous Colors of #76481a

#76481a #76761a #761a1a

Monochromatic Colors of #76481a

#76481a

Complementary Color

#76481a #1a4876

#76481a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76481a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76481a Color CSS Codes

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

#76481a Text Font Color

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

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


#76481a Background Color

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

This div background color is #76481a


#76481a Border Color

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

This div border color is #76481a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,72,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76481a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76481a;
  -webkit-box-shadow: 1px 1px 3px 2px #76481a;
  box-shadow:         1px 1px 3px 2px #76481a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76481a


Comments

No comments written yet.

Please login to write comment.