#75564C

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

Shades of Dorado #75564C

Tints of Dorado #75564C

Color information

#75564C (or 0x75564C) is unknown color: approx Dorado. HEX triplet: 75, 56 and 4C. RGB value is (117,86,76). Sum of RGB (Red+Green+Blue) = 117+86+76=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75564C is #8AA9B3. Grayscale: #5E5E5E. Windows color (decimal): -9087412 or 5002869. OLE color: 5002869.

HSL color Cylindrical-coordinate representation of color #75564C: hue angle of 14.63º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75564C is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1178676-
CMYK00.260.350.54
HSL14.63º21.24%37.84%-
HSV(B)14.63º35.04%45.88%-
XYZ11.9710.968.32-
YUV94.13117.77144.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=41.94%
G=30.82%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117867600.260.350.5414.6321.2437.84
Hex75564C01A2336f1526
Octal1651261140324366172546
Binary111010110101101001100011010100011110110111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75564C; }

 p { color: rgb(117,86,76); }

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

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

 a { background-color: rgb(117,86,76); }

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

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

 span { border-color: rgb(117,86,76); }

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