#774A07

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

Shades of Raw Umber #774A07

Tints of Raw Umber #774A07

Color information

#774A07 (or 0x774A07) is unknown color: approx Raw Umber. HEX triplet: 77, 4A and 07. RGB value is (119,74,7). Sum of RGB (Red+Green+Blue) = 119+74+7=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #774A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774A07 is #88B5F8. Grayscale: #505050. Windows color (decimal): -8959481 or 477815. OLE color: 477815.

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

Color convert

RGB119747-
CMYK00.380.940.53
HSL35.89º88.89%24.71%-
HSV(B)35.89º94.12%46.67%-
XYZ10.098.831.37-
YUV79.8286.91155.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.5%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 7 (3.12% from 255) = 3.5%
R=59.5%
G=37%
B=3.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11974700.380.940.5335.8988.8924.71
Hex774A70265E35245919
Octal1671127046136654413131
Binary1110111100101011101001101011110110101100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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