#775402

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

Shades of Raw Umber #775402

Tints of Raw Umber #775402

Color information

#775402 (or 0x775402) is unknown color: approx Raw Umber. HEX triplet: 77, 54 and 02. RGB value is (119,84,2). Sum of RGB (Red+Green+Blue) = 119+84+2=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #775402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775402 is #88ABFD. Grayscale: #555555. Windows color (decimal): -8956926 or 152695. OLE color: 152695.

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

Color convert

RGB119842-
CMYK00.290.980.53
HSL42.05º96.69%23.73%-
HSV(B)42.05º98.32%46.67%-
XYZ10.7910.271.47-
YUV85.1281.1152.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=58.05%
G=40.98%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11984200.290.980.5342.0596.6923.73
Hex7754201D62352a6118
Octal1671242035142655214130
Binary11101111010100100111011100010110101101010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775402; }

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

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

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

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

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

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

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

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