#774D07

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

Shades of Raw Umber #774D07

Tints of Raw Umber #774D07

Color information

#774D07 (or 0x774D07) is unknown color: approx Raw Umber. HEX triplet: 77, 4D and 07. RGB value is (119,77,7). Sum of RGB (Red+Green+Blue) = 119+77+7=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #774D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774D07 is #88B2F8. Grayscale: #515151. Windows color (decimal): -8958713 or 478583. OLE color: 478583.

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

Color convert

RGB119777-
CMYK00.350.940.53
HSL37.5º88.89%24.71%-
HSV(B)37.5º94.12%46.67%-
XYZ10.39.251.44-
YUV81.5885.91154.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 7 (3.12% from 255) = 3.45%
R=58.62%
G=37.93%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11977700.350.940.5337.588.8924.71
Hex774D70235E35265919
Octal1671157043136654613131
Binary1110111100110111101000111011110110101100110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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