#765647

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

Shades of Quincy #765647

Tints of Quincy #765647

Color information

#765647 (or 0x765647) is unknown color: approx Quincy. HEX triplet: 76, 56 and 47. RGB value is (118,86,71). Sum of RGB (Red+Green+Blue) = 118+86+71=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #765647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765647 is #89A9B8. Grayscale: #5D5D5D. Windows color (decimal): -9021881 or 4675190. OLE color: 4675190.

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

Color convert

RGB1188671-
CMYK00.270.400.54
HSL19.15º24.87%37.06%-
HSV(B)19.15º39.83%46.27%-
XYZ11.9410.967.45-
YUV93.86115.1145.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 71 (28.12% from 255) = 25.82%
R=42.91%
G=31.27%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118867100.270.400.5419.1524.8737.06
Hex76564701B2836131925
Octal1661261070335066233145
Binary1110110101011010001110110111010001101101001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765647; }

 p { color: rgb(118,86,71); }

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

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

 a { background-color: rgb(118,86,71); }

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

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

 span { border-color: rgb(118,86,71); }

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