#774E10

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

Shades of Raw Umber #774E10

Tints of Raw Umber #774E10

Color information

#774E10 (or 0x774E10) is unknown color: approx Raw Umber. HEX triplet: 77, 4E and 10. RGB value is (119,78,16). Sum of RGB (Red+Green+Blue) = 119+78+16=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #774E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774E10 is #88B1EF. Grayscale: #535353. Windows color (decimal): -8958448 or 1068663. OLE color: 1068663.

HSL color Cylindrical-coordinate representation of color #774E10: hue angle of 36.12º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #774E10 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1197816-
CMYK00.340.870.53
HSL36.12º76.3%26.47%-
HSV(B)36.12º86.55%46.67%-
XYZ10.439.411.76-
YUV83.1990.08153.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.87%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 16 (6.64% from 255) = 7.51%
R=55.87%
G=36.62%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119781600.340.870.5336.1276.326.47
Hex774E100225735244c1a
Octal16711620042127654411432
Binary111011110011101000001000101010111110101100100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774E10; }

 p { color: rgb(119,78,16); }

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

<style>
 a { background-color: #774E10; }

 a { background-color: rgb(119,78,16); }

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

<style>
 span { border-color: #774E10; }

 span { border-color: rgb(119,78,16); }

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