#77400B

Color #77400B Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #77400B

Tints of Raw Umber #77400B

Color information

#77400B (or 0x77400B) is unknown color: approx Raw Umber. HEX triplet: 77, 40 and 0B. RGB value is (119,64,11). Sum of RGB (Red+Green+Blue) = 119+64+11=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #77400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77400B is #88BFF4. Grayscale: #4A4A4A. Windows color (decimal): -8962037 or 737399. OLE color: 737399.

HSL color Cylindrical-coordinate representation of color #77400B: hue angle of 29.44º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77400B is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1196411-
CMYK00.460.910.53
HSL29.44º83.08%25.49%-
HSV(B)29.44º90.76%46.67%-
XYZ9.57.611.29-
YUV74.492.22159.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 61.34%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 11 (4.69% from 255) = 5.67%
R=61.34%
G=32.99%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119641100.460.910.5329.4483.0825.49
Hex7740B02E5B351d5319
Octal16710013056133653512331
Binary1110111100000010110101110101101111010111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77400B; }

 p { color: rgb(119,64,11); }

 H1.HeaderClassName
 {
   color: #77400B;
 }
 .AnyTagClassName
 {
   color: #77400B;
 }
</style>
background-color css

<style>
 a { background-color: #77400B; }

 a { background-color: rgb(119,64,11); }

 div.DivClassName
 {
   background-color: #77400B;
 }
 .BgClassName
 {
   background-color: #77400B;
 }
</style>
border-color css

<style>
 span { border-color: #77400B; }

 span { border-color: rgb(119,64,11); }

 td.TdClassName
 {
   border-color: #77400B;
 }
 .TagClassName
 {
   border-color: #77400B;
 }
</style>