#755850

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

Shades of Dorado #755850

Tints of Dorado #755850

Color information

#755850 (or 0x755850) is unknown color: approx Dorado. HEX triplet: 75, 58 and 50. RGB value is (117,88,80). Sum of RGB (Red+Green+Blue) = 117+88+80=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #755850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755850 is #8AA7AF. Grayscale: #5F5F5F. Windows color (decimal): -9086896 or 5265525. OLE color: 5265525.

HSL color Cylindrical-coordinate representation of color #755850: hue angle of 12.97º 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 #755850 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1178880-
CMYK00.250.320.54
HSL12.97º18.78%38.63%-
HSV(B)12.97º31.62%45.88%-
XYZ12.2711.349.13-
YUV95.76119.11143.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=41.05%
G=30.88%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117888000.250.320.5412.9718.7838.63
Hex7558500192036d1327
Octal1651301200314066152347
Binary111010110110001010000011001100000110110110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755850; }

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

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

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

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

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

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

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

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