#755E4C

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

Shades of Domino #755E4C

Tints of Domino #755E4C

Color information

#755E4C (or 0x755E4C) is unknown color: approx Domino. HEX triplet: 75, 5E and 4C. RGB value is (117,94,76). Sum of RGB (Red+Green+Blue) = 117+94+76=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #755E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E4C is #8AA1B3. Grayscale: #626262. Windows color (decimal): -9085364 or 5004917. OLE color: 5004917.

HSL color Cylindrical-coordinate representation of color #755E4C: hue angle of 26.34º 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 #755E4C is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1179476-
CMYK00.200.350.54
HSL26.34º21.24%37.84%-
HSV(B)26.34º35.04%45.88%-
XYZ12.6412.318.55-
YUV98.82115.12140.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=40.77%
G=32.75%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117947600.200.350.5426.3421.2437.84
Hex755E4C01423361a1526
Octal1651361140244366322546
Binary1110101101111010011000101001000111101101101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755E4C; }

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

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

<style>
 a { background-color: #755E4C; }

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

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

<style>
 span { border-color: #755E4C; }

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

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