#774716

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

Shades of Raw Umber #774716

Tints of Raw Umber #774716

Color information

#774716 (or 0x774716) is unknown color: approx Raw Umber. HEX triplet: 77, 47 and 16. RGB value is (119,71,22). Sum of RGB (Red+Green+Blue) = 119+71+22=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #774716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774716 is #88B8E9. Grayscale: #505050. Windows color (decimal): -8960234 or 1460087. OLE color: 1460087.

HSL color Cylindrical-coordinate representation of color #774716: hue angle of 30.31º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #774716 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1197122-
CMYK00.400.820.53
HSL30.31º68.79%27.65%-
HSV(B)30.31º81.51%46.67%-
XYZ10.018.491.87-
YUV79.7795.4155.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=56.13%
G=33.49%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119712200.400.820.5330.3168.7927.65
Hex77471602852351e451c
Octal16710726050122653610534
Binary11101111000111101100101000101001011010111110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774716; }

 p { color: rgb(119,71,22); }

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

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

 a { background-color: rgb(119,71,22); }

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

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

 span { border-color: rgb(119,71,22); }

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