#755A51

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

Shades of Dorado #755A51

Tints of Dorado #755A51

Color information

#755A51 (or 0x755A51) is unknown color: approx Dorado. HEX triplet: 75, 5A and 51. RGB value is (117,90,81). Sum of RGB (Red+Green+Blue) = 117+90+81=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #755A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A51 is #8AA5AE. Grayscale: #616161. Windows color (decimal): -9086383 or 5331573. OLE color: 5331573.

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

Color convert

RGB1179081-
CMYK00.230.310.54
HSL15º18.18%38.82%-
HSV(B)15º30.77%45.88%-
XYZ12.4811.699.38-
YUV97.05118.95142.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 90 (35.55% from 255) = 31.25%
BLUE value IS 81 (32.03% from 255) = 28.12%
R=40.62%
G=31.25%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117908100.230.310.541518.1838.82
Hex755A510171F36f1227
Octal1651321210273766172247
Binary11101011011010101000101011111111110110111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,90,81); }

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

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

 a { background-color: rgb(117,90,81); }

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

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

 span { border-color: rgb(117,90,81); }

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