#75604C

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

Shades of Domino #75604C

Tints of Domino #75604C

Color information

#75604C (or 0x75604C) is unknown color: approx Domino. HEX triplet: 75, 60 and 4C. RGB value is (117,96,76). Sum of RGB (Red+Green+Blue) = 117+96+76=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #75604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75604C is #8A9FB3. Grayscale: #646464. Windows color (decimal): -9084852 or 5005429. OLE color: 5005429.

HSL color Cylindrical-coordinate representation of color #75604C: hue angle of 29.27º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75604C is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1179676-
CMYK00.180.350.54
HSL29.27º21.24%37.84%-
HSV(B)29.27º35.04%45.88%-
XYZ12.8212.678.61-
YUV100114.46140.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 76 (30.08% from 255) = 26.30%
R=40.48%
G=33.22%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117967600.180.350.5429.2721.2437.84
Hex75604C01223361d1526
Octal1651401140224366352546
Binary1110101110000010011000100101000111101101110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75604C; }

 p { color: rgb(117,96,76); }

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

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

 a { background-color: rgb(117,96,76); }

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

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

 span { border-color: rgb(117,96,76); }

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