#77440B

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

Shades of Raw Umber #77440B

Tints of Raw Umber #77440B

Color information

#77440B (or 0x77440B) is unknown color: approx Raw Umber. HEX triplet: 77, 44 and 0B. RGB value is (119,68,11). Sum of RGB (Red+Green+Blue) = 119+68+11=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77440B is #88BBF4. Grayscale: #4D4D4D. Windows color (decimal): -8961013 or 738423. OLE color: 738423.

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

Color convert

RGB1196811-
CMYK00.430.910.53
HSL31.67º83.08%25.49%-
HSV(B)31.67º90.76%46.67%-
XYZ9.748.081.36-
YUV76.7590.9158.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.10%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 11 (4.69% from 255) = 5.56%
R=60.10%
G=34.34%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119681100.430.910.5331.6783.0825.49
Hex7744B02B5B35205319
Octal16710413053133654012331
Binary11101111000100101101010111011011110101100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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