#775949

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

Shades of Quincy #775949

Tints of Quincy #775949

Color information

#775949 (or 0x775949) is unknown color: approx Quincy. HEX triplet: 77, 59 and 49. RGB value is (119,89,73). Sum of RGB (Red+Green+Blue) = 119+89+73=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #775949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775949 is #88A6B6. Grayscale: #606060. Windows color (decimal): -8955575 or 4807031. OLE color: 4807031.

HSL color Cylindrical-coordinate representation of color #775949: hue angle of 20.87º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #775949 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1198973-
CMYK00.250.390.53
HSL20.87º23.96%37.65%-
HSV(B)20.87º38.66%46.67%-
XYZ12.3811.557.88-
YUV96.15114.94144.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=42.35%
G=31.67%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119897300.250.390.5320.8723.9637.65
Hex7759490192735151826
Octal1671311110314765253046
Binary1110111101100110010010110011001111101011010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775949; }

 p { color: rgb(119,89,73); }

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

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

 a { background-color: rgb(119,89,73); }

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

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

 span { border-color: rgb(119,89,73); }

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