#775707

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

Shades of Raw Umber #775707

Tints of Raw Umber #775707

Color information

#775707 (or 0x775707) is unknown color: approx Raw Umber. HEX triplet: 77, 57 and 07. RGB value is (119,87,7). Sum of RGB (Red+Green+Blue) = 119+87+7=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #775707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775707 is #88A8F8. Grayscale: #575757. Windows color (decimal): -8956153 or 481143. OLE color: 481143.

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

Color convert

RGB119877-
CMYK00.270.940.53
HSL42.86º88.89%24.71%-
HSV(B)42.86º94.12%46.67%-
XYZ11.0510.751.69-
YUV87.4582.6150.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.87%
GREEN value IS 87 (34.38% from 255) = 40.85%
BLUE value IS 7 (3.12% from 255) = 3.29%
R=55.87%
G=40.85%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11987700.270.940.5342.8688.8924.71
Hex7757701B5E352b5919
Octal1671277033136655313131
Binary111011110101111110110111011110110101101011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775707; }

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

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

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

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

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

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

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

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