#775A02

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

Shades of Raw Umber #775A02

Tints of Raw Umber #775A02

Color information

#775A02 (or 0x775A02) is unknown color: approx Raw Umber. HEX triplet: 77, 5A and 02. RGB value is (119,90,2). Sum of RGB (Red+Green+Blue) = 119+90+2=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #775A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775A02 is #88A5FD. Grayscale: #595959. Windows color (decimal): -8955390 or 154231. OLE color: 154231.

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

Color convert

RGB119902-
CMYK00.240.980.53
HSL45.13º96.69%23.73%-
HSV(B)45.13º98.32%46.67%-
XYZ11.2711.241.63-
YUV88.6479.11149.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 90 (35.55% from 255) = 42.65%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=56.40%
G=42.65%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11990200.240.980.5345.1396.6923.73
Hex775A201862352d6118
Octal1671322030142655514130
Binary11101111011010100110001100010110101101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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