#755E4A

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

Shades of Domino #755E4A

Tints of Domino #755E4A

Color information

#755E4A (or 0x755E4A) is unknown color: approx Domino. HEX triplet: 75, 5E and 4A. RGB value is (117,94,74). Sum of RGB (Red+Green+Blue) = 117+94+74=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #755E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E4A is #8AA1B5. Grayscale: #626262. Windows color (decimal): -9085366 or 4873845. OLE color: 4873845.

HSL color Cylindrical-coordinate representation of color #755E4A: hue angle of 27.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #755E4A is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1179474-
CMYK00.200.370.54
HSL27.91º22.51%37.45%-
HSV(B)27.91º36.75%45.88%-
XYZ12.5712.288.19-
YUV98.6114.12141.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=41.05%
G=32.98%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117947400.200.370.5427.9122.5137.45
Hex755E4A01425361c1725
Octal1651361120244566342745
Binary1110101101111010010100101001001011101101110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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