#755E4D

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

Shades of Domino #755E4D

Tints of Domino #755E4D

Color information

#755E4D (or 0x755E4D) is unknown color: approx Domino. HEX triplet: 75, 5E and 4D. RGB value is (117,94,77). Sum of RGB (Red+Green+Blue) = 117+94+77=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #755E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E4D is #8AA1B2. Grayscale: #636363. Windows color (decimal): -9085363 or 5070453. OLE color: 5070453.

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

Color convert

RGB1179477-
CMYK00.200.340.54
HSL25.5º20.62%38.04%-
HSV(B)25.5º34.19%45.88%-
XYZ12.6812.328.73-
YUV98.94115.62140.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 77 (30.47% from 255) = 26.74%
R=40.62%
G=32.64%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117947700.200.340.5425.520.6238.04
Hex755E4D01422361a1526
Octal1651361150244266322546
Binary1110101101111010011010101001000101101101101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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