#765847

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

Shades of Quincy #765847

Tints of Quincy #765847

Color information

#765847 (or 0x765847) is unknown color: approx Quincy. HEX triplet: 76, 58 and 47. RGB value is (118,88,71). Sum of RGB (Red+Green+Blue) = 118+88+71=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #765847 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765847 is #89A7B8. Grayscale: #5F5F5F. Windows color (decimal): -9021369 or 4675702. OLE color: 4675702.

HSL color Cylindrical-coordinate representation of color #765847: hue angle of 21.7º 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 #765847 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1188871-
CMYK00.250.400.54
HSL21.7º24.87%37.06%-
HSV(B)21.7º39.83%46.27%-
XYZ12.111.297.5-
YUV95.03114.44144.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 71 (28.12% from 255) = 25.63%
R=42.60%
G=31.77%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118887100.250.400.5421.724.8737.06
Hex7658470192836161925
Octal1661301070315066263145
Binary1110110101100010001110110011010001101101011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765847; }

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

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

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

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

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

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

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

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