#774F02

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

Shades of Raw Umber #774F02

Tints of Raw Umber #774F02

Color information

#774F02 (or 0x774F02) is unknown color: approx Raw Umber. HEX triplet: 77, 4F and 02. RGB value is (119,79,2). Sum of RGB (Red+Green+Blue) = 119+79+2=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #774F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774F02 is #88B0FD. Grayscale: #525252. Windows color (decimal): -8958206 or 151415. OLE color: 151415.

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

Color convert

RGB119792-
CMYK00.340.980.53
HSL39.49º96.69%23.73%-
HSV(B)39.49º98.32%46.67%-
XYZ10.419.521.35-
YUV82.1882.75154.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.5%
GREEN value IS 79 (31.25% from 255) = 39.5%
BLUE value IS 2 (1.17% from 255) = 1%
R=59.5%
G=39.5%
B=1%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11979200.340.980.5339.4996.6923.73
Hex774F20226235276118
Octal1671172042142654714130
Binary111011110011111001000101100010110101100111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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