#774C07

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

Shades of Raw Umber #774C07

Tints of Raw Umber #774C07

Color information

#774C07 (or 0x774C07) is unknown color: approx Raw Umber. HEX triplet: 77, 4C and 07. RGB value is (119,76,7). Sum of RGB (Red+Green+Blue) = 119+76+7=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #774C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774C07 is #88B3F8. Grayscale: #515151. Windows color (decimal): -8958969 or 478327. OLE color: 478327.

HSL color Cylindrical-coordinate representation of color #774C07: hue angle of 36.96º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #774C07 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB119767-
CMYK00.360.940.53
HSL36.96º88.89%24.71%-
HSV(B)36.96º94.12%46.67%-
XYZ10.239.111.42-
YUV80.9986.25155.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.91%
GREEN value IS 76 (30.08% from 255) = 37.62%
BLUE value IS 7 (3.12% from 255) = 3.47%
R=58.91%
G=37.62%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11976700.360.940.5336.9688.8924.71
Hex774C70245E35255919
Octal1671147044136654513131
Binary1110111100110011101001001011110110101100101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,76,7); }

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

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

 a { background-color: rgb(119,76,7); }

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

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

 span { border-color: rgb(119,76,7); }

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