#756052

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

Shades of Dorado #756052

Tints of Dorado #756052

Color information

#756052 (or 0x756052) is unknown color: approx Dorado. HEX triplet: 75, 60 and 52. RGB value is (117,96,82). Sum of RGB (Red+Green+Blue) = 117+96+82=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #756052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756052 is #8A9FAD. Grayscale: #646464. Windows color (decimal): -9084846 or 5398645. OLE color: 5398645.

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

Color convert

RGB1179682-
CMYK00.180.300.54
HSL24º17.59%39.02%-
HSV(B)24º29.91%45.88%-
XYZ13.0412.769.76-
YUV100.68117.46139.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=39.66%
G=32.54%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117968200.180.300.542417.5939.02
Hex7560520121E36181227
Octal1651401220223666302247
Binary111010111000001010010010010111101101101100010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756052; }

 p { color: rgb(117,96,82); }

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

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

 a { background-color: rgb(117,96,82); }

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

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

 span { border-color: rgb(117,96,82); }

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