#77420B

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

Shades of Raw Umber #77420B

Tints of Raw Umber #77420B

Color information

#77420B (or 0x77420B) is unknown color: approx Raw Umber. HEX triplet: 77, 42 and 0B. RGB value is (119,66,11). Sum of RGB (Red+Green+Blue) = 119+66+11=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #77420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77420B is #88BDF4. Grayscale: #4B4B4B. Windows color (decimal): -8961525 or 737911. OLE color: 737911.

HSL color Cylindrical-coordinate representation of color #77420B: hue angle of 30.56º 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 #77420B is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1196611-
CMYK00.450.910.53
HSL30.56º83.08%25.49%-
HSV(B)30.56º90.76%46.67%-
XYZ9.627.841.32-
YUV75.5891.56158.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.71%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 11 (4.69% from 255) = 5.61%
R=60.71%
G=33.67%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119661100.450.910.5330.5683.0825.49
Hex7742B02D5B351f5319
Octal16710213055133653712331
Binary1110111100001010110101101101101111010111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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