#76574A

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

Shades of Quincy #76574A

Tints of Quincy #76574A

Color information

#76574A (or 0x76574A) is unknown color: approx Quincy. HEX triplet: 76, 57 and 4A. RGB value is (118,87,74). Sum of RGB (Red+Green+Blue) = 118+87+74=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76574A is #89A8B5. Grayscale: #5E5E5E. Windows color (decimal): -9021622 or 4872054. OLE color: 4872054.

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

Color convert

RGB1188774-
CMYK00.260.370.54
HSL17.73º22.92%37.65%-
HSV(B)17.73º37.29%46.27%-
XYZ12.1211.167.99-
YUV94.79116.27144.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=42.29%
G=31.18%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118877400.260.370.5417.7322.9237.65
Hex76574A01A2536121726
Octal1661271120324566222746
Binary1110110101011110010100110101001011101101001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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