#75584F

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

Shades of Dorado #75584F

Tints of Dorado #75584F

Color information

#75584F (or 0x75584F) is unknown color: approx Dorado. HEX triplet: 75, 58 and 4F. RGB value is (117,88,79). Sum of RGB (Red+Green+Blue) = 117+88+79=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #75584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75584F is #8AA7B0. Grayscale: #5F5F5F. Windows color (decimal): -9086897 or 5199989. OLE color: 5199989.

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

Color convert

RGB1178879-
CMYK00.250.320.54
HSL14.21º19.39%38.43%-
HSV(B)14.21º32.48%45.88%-
XYZ12.2411.338.94-
YUV95.64118.61143.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 79 (31.25% from 255) = 27.82%
R=41.20%
G=30.99%
B=27.82%

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
Decimal117887900.250.320.5414.2119.3938.43
Hex75584F0192036e1326
Octal1651301170314066162346
Binary111010110110001001111011001100000110110111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75584F; }

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

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

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

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

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

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

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

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