#775505

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

Shades of Raw Umber #775505

Tints of Raw Umber #775505

Color information

#775505 (or 0x775505) is unknown color: approx Raw Umber. HEX triplet: 77, 55 and 05. RGB value is (119,85,5). Sum of RGB (Red+Green+Blue) = 119+85+5=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #775505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775505 is #88AAFA. Grayscale: #565656. Windows color (decimal): -8956667 or 349559. OLE color: 349559.

HSL color Cylindrical-coordinate representation of color #775505: hue angle of 42.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #775505 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB119855-
CMYK00.290.960.53
HSL42.11º91.94%24.31%-
HSV(B)42.11º95.8%46.67%-
XYZ10.8810.431.58-
YUV86.0582.26151.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 5 (2.34% from 255) = 2.39%
R=56.94%
G=40.67%
B=2.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11985500.290.960.5342.1191.9424.31
Hex7755501D60352a5c18
Octal1671255035140655213430
Binary111011110101011010111011100000110101101010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775505; }

 p { color: rgb(119,85,5); }

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

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

 a { background-color: rgb(119,85,5); }

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

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

 span { border-color: rgb(119,85,5); }

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