#76574B

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

Shades of Quincy #76574B

Tints of Quincy #76574B

Color information

#76574B (or 0x76574B) is unknown color: approx Quincy. HEX triplet: 76, 57 and 4B. RGB value is (118,87,75). Sum of RGB (Red+Green+Blue) = 118+87+75=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76574B is #89A8B4. Grayscale: #5E5E5E. Windows color (decimal): -9021621 or 4937590. OLE color: 4937590.

HSL color Cylindrical-coordinate representation of color #76574B: hue angle of 16.74º 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 #76574B is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1188775-
CMYK00.260.360.54
HSL16.74º22.28%37.84%-
HSV(B)16.74º36.44%46.27%-
XYZ12.1511.188.17-
YUV94.9116.77144.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 75 (29.69% from 255) = 26.79%
R=42.14%
G=31.07%
B=26.79%

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
Decimal118877500.260.360.5416.7422.2837.84
Hex76574B01A2436111626
Octal1661271130324466212646
Binary1110110101011110010110110101001001101101000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,87,75); }

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

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

 a { background-color: rgb(118,87,75); }

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

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

 span { border-color: rgb(118,87,75); }

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