#705F4C

Color #705F4C Domino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Domino #705F4C

Tints of Domino #705F4C

Color information

#705F4C (or 0x705F4C) is unknown color: approx Domino. HEX triplet: 70, 5F and 4C. RGB value is (112,95,76). Sum of RGB (Red+Green+Blue) = 112+95+76=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #705F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F4C is #8FA0B3. Grayscale: #626262. Windows color (decimal): -9412788 or 5005168. OLE color: 5005168.

HSL color Cylindrical-coordinate representation of color #705F4C: hue angle of 31.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #705F4C is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1129576-
CMYK00.150.320.56
HSL31.67º19.15%36.86%-
HSV(B)31.67º32.14%43.92%-
XYZ12.0812.158.55-
YUV97.92115.63138.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 76 (30.08% from 255) = 26.86%
R=39.58%
G=33.57%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112957600.150.320.5631.6719.1536.86
Hex705F4C0F2038201325
Octal1601371140174070402345
Binary1110000101111110011000111110000011100010000010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705F4C; }

 p { color: rgb(112,95,76); }

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

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

 a { background-color: rgb(112,95,76); }

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

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

 span { border-color: rgb(112,95,76); }

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