#775F07

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

Shades of Raw Umber #775F07

Tints of Raw Umber #775F07

Color information

#775F07 (or 0x775F07) is unknown color: approx Raw Umber. HEX triplet: 77, 5F and 07. RGB value is (119,95,7). Sum of RGB (Red+Green+Blue) = 119+95+7=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #775F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775F07 is #88A0F8. Grayscale: #5C5C5C. Windows color (decimal): -8954105 or 483191. OLE color: 483191.

HSL color Cylindrical-coordinate representation of color #775F07: hue angle of 47.14º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #775F07 is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB119957-
CMYK00.200.940.53
HSL47.14º88.89%24.71%-
HSV(B)47.14º94.12%46.67%-
XYZ11.7412.121.92-
YUV92.1479.95147.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 95 (37.5% from 255) = 42.99%
BLUE value IS 7 (3.12% from 255) = 3.17%
R=53.85%
G=42.99%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11995700.200.940.5347.1488.8924.71
Hex775F70145E352f5919
Octal1671377024136655713131
Binary111011110111111110101001011110110101101111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,95,7); }

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

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

 a { background-color: rgb(119,95,7); }

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

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

 span { border-color: rgb(119,95,7); }

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