#77574B

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

Shades of Quincy #77574B

Tints of Quincy #77574B

Color information

#77574B (or 0x77574B) is unknown color: approx Quincy. HEX triplet: 77, 57 and 4B. RGB value is (119,87,75). Sum of RGB (Red+Green+Blue) = 119+87+75=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77574B is #88A8B4. Grayscale: #5F5F5F. Windows color (decimal): -8956085 or 4937591. OLE color: 4937591.

HSL color Cylindrical-coordinate representation of color #77574B: hue angle of 16.36º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77574B is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1198775-
CMYK00.270.370.53
HSL16.36º22.68%38.04%-
HSV(B)16.36º36.97%46.67%-
XYZ12.2911.258.18-
YUV95.2116.6144.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 75 (29.69% from 255) = 26.69%
R=42.35%
G=30.96%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119877500.270.370.5316.3622.6838.04
Hex77574B01B2535101726
Octal1671271130334565202746
Binary1110111101011110010110110111001011101011000010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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