#75564B

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

Shades of Quincy #75564B

Tints of Quincy #75564B

Color information

#75564B (or 0x75564B) is unknown color: approx Quincy. HEX triplet: 75, 56 and 4B. RGB value is (117,86,75). Sum of RGB (Red+Green+Blue) = 117+86+75=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75564B is #8AA9B4. Grayscale: #5E5E5E. Windows color (decimal): -9087413 or 4937333. OLE color: 4937333.

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

Color convert

RGB1178675-
CMYK00.260.360.54
HSL15.71º21.88%37.65%-
HSV(B)15.71º35.9%45.88%-
XYZ11.9310.958.14-
YUV94.02117.27144.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 86 (33.98% from 255) = 30.94%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=42.09%
G=30.94%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117867500.260.360.5415.7121.8837.65
Hex75564B01A2436101626
Octal1651261130324466202646
Binary1110101101011010010110110101001001101101000010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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