#725A4C

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

Shades of Domino #725A4C

Tints of Domino #725A4C

Color information

#725A4C (or 0x725A4C) is unknown color: approx Domino. HEX triplet: 72, 5A and 4C. RGB value is (114,90,76). Sum of RGB (Red+Green+Blue) = 114+90+76=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #725A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725A4C is #8DA5B3. Grayscale: #5F5F5F. Windows color (decimal): -9282996 or 5003890. OLE color: 5003890.

HSL color Cylindrical-coordinate representation of color #725A4C: hue angle of 22.11º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #725A4C is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1149076-
CMYK00.210.330.55
HSL22.11º20%37.25%-
HSV(B)22.11º33.33%44.71%-
XYZ11.911.418.41-
YUV95.58116.95141.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 90 (35.55% from 255) = 32.14%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=40.71%
G=32.14%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114907600.210.330.5522.112037.25
Hex725A4C0152137161425
Octal1621321140254167262445
Binary1110010101101010011000101011000011101111011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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