#765846

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

Shades of Quincy #765846

Tints of Quincy #765846

Color information

#765846 (or 0x765846) is unknown color: approx Quincy. HEX triplet: 76, 58 and 46. RGB value is (118,88,70). Sum of RGB (Red+Green+Blue) = 118+88+70=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #765846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765846 is #89A7B9. Grayscale: #5F5F5F. Windows color (decimal): -9021370 or 4610166. OLE color: 4610166.

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

Color convert

RGB1188870-
CMYK00.250.410.54
HSL22.5º25.53%36.86%-
HSV(B)22.5º40.68%46.27%-
XYZ12.0711.277.33-
YUV94.92113.94144.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 70 (27.73% from 255) = 25.36%
R=42.75%
G=31.88%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118887000.250.410.5422.525.5336.86
Hex7658460192936171a25
Octal1661301060315166273245
Binary1110110101100010001100110011010011101101011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765846; }

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

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

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

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

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

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

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

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