#755F56

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

Shades of Dorado #755F56

Tints of Dorado #755F56

Color information

#755F56 (or 0x755F56) is unknown color: approx Dorado. HEX triplet: 75, 5F and 56. RGB value is (117,95,86). Sum of RGB (Red+Green+Blue) = 117+95+86=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #755F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F56 is #8AA0A9. Grayscale: #646464. Windows color (decimal): -9085098 or 5660533. OLE color: 5660533.

HSL color Cylindrical-coordinate representation of color #755F56: hue angle of 17.42º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755F56 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1179586-
CMYK00.190.260.54
HSL17.42º15.27%39.8%-
HSV(B)17.42º26.5%45.88%-
XYZ13.1112.6410.55-
YUV100.55119.79139.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 86 (33.98% from 255) = 28.86%
R=39.26%
G=31.88%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117958600.190.260.5417.4215.2739.8
Hex755F560131A3611f28
Octal1651371260233266211750
Binary11101011011111101011001001111010110110100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,95,86); }

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

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

 a { background-color: rgb(117,95,86); }

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

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

 span { border-color: rgb(117,95,86); }

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