#755F55

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

Shades of Dorado #755F55

Tints of Dorado #755F55

Color information

#755F55 (or 0x755F55) is unknown color: approx Dorado. HEX triplet: 75, 5F and 55. RGB value is (117,95,85). Sum of RGB (Red+Green+Blue) = 117+95+85=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #755F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F55 is #8AA0AA. Grayscale: #646464. Windows color (decimal): -9085099 or 5594997. OLE color: 5594997.

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

Color convert

RGB1179585-
CMYK00.190.270.54
HSL18.75º15.84%39.61%-
HSV(B)18.75º27.35%45.88%-
XYZ13.0712.6210.34-
YUV100.44119.29139.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 85 (33.59% from 255) = 28.62%
R=39.39%
G=31.99%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117958500.190.270.5418.7515.8439.61
Hex755F550131B36131028
Octal1651371250233366232050
Binary111010110111111010101010011110111101101001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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