#765845

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

Shades of Quincy #765845

Tints of Quincy #765845

Color information

#765845 (or 0x765845) is unknown color: approx Quincy. HEX triplet: 76, 58 and 45. RGB value is (118,88,69). Sum of RGB (Red+Green+Blue) = 118+88+69=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #765845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765845 is #89A7BA. Grayscale: #5E5E5E. Windows color (decimal): -9021371 or 4544630. OLE color: 4544630.

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

Color convert

RGB1188869-
CMYK00.250.420.54
HSL23.27º26.2%36.67%-
HSV(B)23.27º41.53%46.27%-
XYZ12.0411.267.17-
YUV94.8113.44144.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=42.91%
G=32%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118886900.250.420.5423.2726.236.67
Hex7658450192A36171a25
Octal1661301050315266273245
Binary1110110101100010001010110011010101101101011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765845; }

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

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

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

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

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

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

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

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