#774A02

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

Shades of Raw Umber #774A02

Tints of Raw Umber #774A02

Color information

#774A02 (or 0x774A02) is unknown color: approx Raw Umber. HEX triplet: 77, 4A and 02. RGB value is (119,74,2). Sum of RGB (Red+Green+Blue) = 119+74+2=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #774A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774A02 is #88B5FD. Grayscale: #4F4F4F. Windows color (decimal): -8959486 or 150135. OLE color: 150135.

HSL color Cylindrical-coordinate representation of color #774A02: hue angle of 36.92º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #774A02 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB119742-
CMYK00.380.980.53
HSL36.92º96.69%23.73%-
HSV(B)36.92º98.32%46.67%-
XYZ10.078.821.23-
YUV79.2584.41156.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.03%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=61.03%
G=37.95%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11974200.380.980.5336.9296.6923.73
Hex774A20266235256118
Octal1671122046142654514130
Binary111011110010101001001101100010110101100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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