#755D55

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

Shades of Dorado #755D55

Tints of Dorado #755D55

Color information

#755D55 (or 0x755D55) is unknown color: approx Dorado. HEX triplet: 75, 5D and 55. RGB value is (117,93,85). Sum of RGB (Red+Green+Blue) = 117+93+85=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #755D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D55 is #8AA2AA. Grayscale: #636363. Windows color (decimal): -9085611 or 5594485. OLE color: 5594485.

HSL color Cylindrical-coordinate representation of color #755D55: hue angle of 15º 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 #755D55 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB1179385-
CMYK00.210.270.54
HSL15º15.84%39.61%-
HSV(B)15º27.35%45.88%-
XYZ12.8912.2710.28-
YUV99.26119.95140.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=39.66%
G=31.53%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117938500.210.270.541515.8439.61
Hex755D550151B36f1028
Octal1651351250253366172050
Binary11101011011101101010101010111011110110111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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