#76570A

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

Shades of Raw Umber #76570A

Tints of Raw Umber #76570A

Color information

#76570A (or 0x76570A) is unknown color: approx Raw Umber. HEX triplet: 76, 57 and 0A. RGB value is (118,87,10). Sum of RGB (Red+Green+Blue) = 118+87+10=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76570A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76570A is #89A8F5. Grayscale: #575757. Windows color (decimal): -9021686 or 677750. OLE color: 677750.

HSL color Cylindrical-coordinate representation of color #76570A: hue angle of 42.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76570A is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB1188710-
CMYK00.260.920.54
HSL42.78º84.38%25.1%-
HSV(B)42.78º91.53%46.27%-
XYZ10.9310.691.77-
YUV87.4984.27149.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 87 (34.38% from 255) = 40.47%
BLUE value IS 10 (4.30% from 255) = 4.65%
R=54.88%
G=40.47%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118871000.260.920.5442.7884.3825.1
Hex7657A01A5C362b5419
Octal16612712032134665312431
Binary1110110101011110100110101011100110110101011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76570A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76570A; }

 p { color: rgb(118,87,10); }

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

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

 a { background-color: rgb(118,87,10); }

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

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

 span { border-color: rgb(118,87,10); }

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