#755E4B

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

Shades of Domino #755E4B

Tints of Domino #755E4B

Color information

#755E4B (or 0x755E4B) is unknown color: approx Domino. HEX triplet: 75, 5E and 4B. RGB value is (117,94,75). Sum of RGB (Red+Green+Blue) = 117+94+75=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #755E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E4B is #8AA1B4. Grayscale: #626262. Windows color (decimal): -9085365 or 4939381. OLE color: 4939381.

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

Color convert

RGB1179475-
CMYK00.200.360.54
HSL27.14º21.88%37.65%-
HSV(B)27.14º35.9%45.88%-
XYZ12.6112.38.37-
YUV98.71114.62141.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=40.91%
G=32.87%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117947500.200.360.5427.1421.8837.65
Hex755E4B01424361b1626
Octal1651361130244466332646
Binary1110101101111010010110101001001001101101101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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