#775847

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

Shades of Quincy #775847

Tints of Quincy #775847

Color information

#775847 (or 0x775847) is unknown color: approx Quincy. HEX triplet: 77, 58 and 47. RGB value is (119,88,71). Sum of RGB (Red+Green+Blue) = 119+88+71=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #775847 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775847 is #88A7B8. Grayscale: #5F5F5F. Windows color (decimal): -8955833 or 4675703. OLE color: 4675703.

HSL color Cylindrical-coordinate representation of color #775847: hue angle of 21.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #775847 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1198871-
CMYK00.260.400.53
HSL21.25º25.26%37.25%-
HSV(B)21.25º40.34%46.67%-
XYZ12.2311.367.51-
YUV95.33114.27144.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 71 (28.12% from 255) = 25.54%
R=42.81%
G=31.65%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119887100.260.400.5321.2525.2637.25
Hex77584701A2835151925
Octal1671301070325065253145
Binary1110111101100010001110110101010001101011010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775847; }

 p { color: rgb(119,88,71); }

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

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

 a { background-color: rgb(119,88,71); }

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

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

 span { border-color: rgb(119,88,71); }

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