#775E0A

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

Shades of Raw Umber #775E0A

Tints of Raw Umber #775E0A

Color information

#775E0A (or 0x775E0A) is unknown color: approx Raw Umber. HEX triplet: 77, 5E and 0A. RGB value is (119,94,10). Sum of RGB (Red+Green+Blue) = 119+94+10=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #775E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775E0A is #88A1F5. Grayscale: #5C5C5C. Windows color (decimal): -8954358 or 679543. OLE color: 679543.

HSL color Cylindrical-coordinate representation of color #775E0A: hue angle of 46.24º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #775E0A is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1199410-
CMYK00.210.920.53
HSL46.24º84.5%25.29%-
HSV(B)46.24º91.6%46.67%-
XYZ11.6711.951.98-
YUV91.981.78147.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 94 (37.11% from 255) = 42.15%
BLUE value IS 10 (4.30% from 255) = 4.48%
R=53.36%
G=42.15%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119941000.210.920.5346.2484.525.29
Hex775EA0155C352e5419
Octal16713612025134655612431
Binary1110111101111010100101011011100110101101110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775E0A; }

 p { color: rgb(119,94,10); }

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

<style>
 a { background-color: #775E0A; }

 a { background-color: rgb(119,94,10); }

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

<style>
 span { border-color: #775E0A; }

 span { border-color: rgb(119,94,10); }

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