#705A4C

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

Shades of Domino #705A4C

Tints of Domino #705A4C

Color information

#705A4C (or 0x705A4C) is unknown color: approx Domino. HEX triplet: 70, 5A and 4C. RGB value is (112,90,76). Sum of RGB (Red+Green+Blue) = 112+90+76=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #705A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A4C is #8FA5B3. Grayscale: #5F5F5F. Windows color (decimal): -9414068 or 5003888. OLE color: 5003888.

HSL color Cylindrical-coordinate representation of color #705A4C: hue angle of 23.33º 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 #705A4C is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1129076-
CMYK00.200.320.56
HSL23.33º19.15%36.86%-
HSV(B)23.33º32.14%43.92%-
XYZ11.6411.288.4-
YUV94.98117.29140.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=40.29%
G=32.37%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112907600.200.320.5623.3319.1536.86
Hex705A4C0142038171325
Octal1601321140244070272345
Binary1110000101101010011000101001000001110001011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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