#77410E

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

Shades of Raw Umber #77410E

Tints of Raw Umber #77410E

Color information

#77410E (or 0x77410E) is unknown color: approx Raw Umber. HEX triplet: 77, 41 and 0E. RGB value is (119,65,14). Sum of RGB (Red+Green+Blue) = 119+65+14=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77410E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77410E is #88BEF1. Grayscale: #4B4B4B. Windows color (decimal): -8961778 or 934263. OLE color: 934263.

HSL color Cylindrical-coordinate representation of color #77410E: hue angle of 29.14º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77410E is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1196514-
CMYK00.450.880.53
HSL29.14º78.95%26.08%-
HSV(B)29.14º88.24%46.67%-
XYZ9.587.731.4-
YUV75.3393.39159.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.10%
GREEN value IS 65 (25.78% from 255) = 32.83%
BLUE value IS 14 (5.86% from 255) = 7.07%
R=60.10%
G=32.83%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119651400.450.880.5329.1478.9526.08
Hex7741E02D58351d4f1a
Octal16710116055130653511732
Binary1110111100000111100101101101100011010111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77410E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77410E; }

 p { color: rgb(119,65,14); }

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

<style>
 a { background-color: #77410E; }

 a { background-color: rgb(119,65,14); }

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

<style>
 span { border-color: #77410E; }

 span { border-color: rgb(119,65,14); }

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