#765949

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

Shades of Quincy #765949

Tints of Quincy #765949

Color information

#765949 (or 0x765949) is unknown color: approx Quincy. HEX triplet: 76, 59 and 49. RGB value is (118,89,73). Sum of RGB (Red+Green+Blue) = 118+89+73=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #765949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765949 is #89A6B6. Grayscale: #5F5F5F. Windows color (decimal): -9021111 or 4807030. OLE color: 4807030.

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

Color convert

RGB1188973-
CMYK00.250.380.54
HSL21.33º23.56%37.45%-
HSV(B)21.33º38.14%46.27%-
XYZ12.2511.487.87-
YUV95.85115.11143.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 73 (28.91% from 255) = 26.07%
R=42.14%
G=31.79%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118897300.250.380.5421.3323.5637.45
Hex7659490192636151825
Octal1661311110314666253045
Binary1110110101100110010010110011001101101101010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765949; }

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

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

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

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

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

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

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

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