#756158

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

Shades of Dorado #756158

Tints of Dorado #756158

Color information

#756158 (or 0x756158) is unknown color: approx Dorado. HEX triplet: 75, 61 and 58. RGB value is (117,97,88). Sum of RGB (Red+Green+Blue) = 117+97+88=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #756158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756158 is #8A9EA7. Grayscale: #666666. Windows color (decimal): -9084584 or 5792117. OLE color: 5792117.

HSL color Cylindrical-coordinate representation of color #756158: hue angle of 18.62º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #756158 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1179788-
CMYK00.170.250.54
HSL18.62º14.15%40.2%-
HSV(B)18.62º24.79%45.88%-
XYZ13.3713.0411.04-
YUV101.95120.13138.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 88 (34.77% from 255) = 29.14%
R=38.74%
G=32.12%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117978800.170.250.5418.6214.1540.2
Hex756158011193613e28
Octal1651411300213166231650
Binary11101011100001101100001000111001110110100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756158; }

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

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

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

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

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

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

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

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