#775649

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

Shades of Quincy #775649

Tints of Quincy #775649

Color information

#775649 (or 0x775649) is unknown color: approx Quincy. HEX triplet: 77, 56 and 49. RGB value is (119,86,73). Sum of RGB (Red+Green+Blue) = 119+86+73=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #775649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775649 is #88A9B6. Grayscale: #5E5E5E. Windows color (decimal): -8956343 or 4806263. OLE color: 4806263.

HSL color Cylindrical-coordinate representation of color #775649: hue angle of 16.96º 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 #775649 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1198673-
CMYK00.280.390.53
HSL16.96º23.96%37.65%-
HSV(B)16.96º38.66%46.67%-
XYZ12.1411.067.8-
YUV94.38115.93145.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 86 (33.98% from 255) = 30.94%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=42.81%
G=30.94%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119867300.280.390.5316.9623.9637.65
Hex77564901C2735111826
Octal1671261110344765213046
Binary1110111101011010010010111001001111101011000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775649; }

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

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

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

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

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

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

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

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