#755D50

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

Shades of Dorado #755D50

Tints of Dorado #755D50

Color information

#755D50 (or 0x755D50) is unknown color: approx Dorado. HEX triplet: 75, 5D and 50. RGB value is (117,93,80). Sum of RGB (Red+Green+Blue) = 117+93+80=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #755D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D50 is #8AA2AF. Grayscale: #626262. Windows color (decimal): -9085616 or 5266805. OLE color: 5266805.

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

Color convert

RGB1179380-
CMYK00.210.320.54
HSL21.08º18.78%38.63%-
HSV(B)21.08º31.62%45.88%-
XYZ12.712.199.27-
YUV98.69117.45141.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 93 (36.72% from 255) = 32.07%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=40.34%
G=32.07%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117938000.210.320.5421.0818.7838.63
Hex755D500152036151327
Octal1651351200254066252347
Binary1110101101110110100000101011000001101101010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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