#775805

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

Shades of Raw Umber #775805

Tints of Raw Umber #775805

Color information

#775805 (or 0x775805) is unknown color: approx Raw Umber. HEX triplet: 77, 58 and 05. RGB value is (119,88,5). Sum of RGB (Red+Green+Blue) = 119+88+5=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #775805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775805 is #88A7FA. Grayscale: #585858. Windows color (decimal): -8955899 or 350327. OLE color: 350327.

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

Color convert

RGB119885-
CMYK00.260.960.53
HSL43.68º91.94%24.31%-
HSV(B)43.68º95.8%46.67%-
XYZ11.1210.911.66-
YUV87.8181.27150.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 88 (34.77% from 255) = 41.51%
BLUE value IS 5 (2.34% from 255) = 2.36%
R=56.13%
G=41.51%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11988500.260.960.5343.6891.9424.31
Hex7758501A60352c5c18
Octal1671305032140655413430
Binary111011110110001010110101100000110101101100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775805; }

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

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

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

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

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

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

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

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