#775712

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

Shades of Raw Umber #775712

Tints of Raw Umber #775712

Color information

#775712 (or 0x775712) is unknown color: approx Raw Umber. HEX triplet: 77, 57 and 12. RGB value is (119,87,18). Sum of RGB (Red+Green+Blue) = 119+87+18=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #775712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775712 is #88A8ED. Grayscale: #595959. Windows color (decimal): -8956142 or 1202039. OLE color: 1202039.

HSL color Cylindrical-coordinate representation of color #775712: hue angle of 40.99º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #775712 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1198718-
CMYK00.270.850.53
HSL40.99º73.72%26.86%-
HSV(B)40.99º84.87%46.67%-
XYZ11.1310.782.07-
YUV88.788.1149.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.12%
GREEN value IS 87 (34.38% from 255) = 38.84%
BLUE value IS 18 (7.42% from 255) = 8.04%
R=53.12%
G=38.84%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119871800.270.850.5340.9973.7226.86
Hex77571201B5535294a1b
Octal16712722033125655111233
Binary11101111010111100100110111010101110101101001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775712; }

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

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

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

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

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

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

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

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