#774F07

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

Shades of Raw Umber #774F07

Tints of Raw Umber #774F07

Color information

#774F07 (or 0x774F07) is unknown color: approx Raw Umber. HEX triplet: 77, 4F and 07. RGB value is (119,79,7). Sum of RGB (Red+Green+Blue) = 119+79+7=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #774F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774F07 is #88B0F8. Grayscale: #535353. Windows color (decimal): -8958201 or 479095. OLE color: 479095.

HSL color Cylindrical-coordinate representation of color #774F07: hue angle of 38.57º 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 #774F07 is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB119797-
CMYK00.340.940.53
HSL38.57º88.89%24.71%-
HSV(B)38.57º94.12%46.67%-
XYZ10.449.531.49-
YUV82.7585.25153.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 7 (3.12% from 255) = 3.41%
R=58.05%
G=38.54%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11979700.340.940.5338.5788.8924.71
Hex774F70225E35275919
Octal1671177042136654713131
Binary1110111100111111101000101011110110101100111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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