#775705

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

Shades of Raw Umber #775705

Tints of Raw Umber #775705

Color information

#775705 (or 0x775705) is unknown color: approx Raw Umber. HEX triplet: 77, 57 and 05. RGB value is (119,87,5). Sum of RGB (Red+Green+Blue) = 119+87+5=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #775705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775705 is #88A8FA. Grayscale: #575757. Windows color (decimal): -8956155 or 350071. OLE color: 350071.

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

Color convert

RGB119875-
CMYK00.270.960.53
HSL43.16º91.94%24.31%-
HSV(B)43.16º95.8%46.67%-
XYZ11.0410.751.64-
YUV87.2281.6150.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 87 (34.38% from 255) = 41.23%
BLUE value IS 5 (2.34% from 255) = 2.37%
R=56.40%
G=41.23%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11987500.270.960.5343.1691.9424.31
Hex7757501B60352b5c18
Octal1671275033140655313430
Binary111011110101111010110111100000110101101011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775705; }

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

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

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

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

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

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

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

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