#765746

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

Shades of Quincy #765746

Tints of Quincy #765746

Color information

#765746 (or 0x765746) is unknown color: approx Quincy. HEX triplet: 76, 57 and 46. RGB value is (118,87,70). Sum of RGB (Red+Green+Blue) = 118+87+70=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #765746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765746 is #89A8B9. Grayscale: #5E5E5E. Windows color (decimal): -9021626 or 4609910. OLE color: 4609910.

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

Color convert

RGB1188770-
CMYK00.260.410.54
HSL21.25º25.53%36.86%-
HSV(B)21.25º40.68%46.27%-
XYZ11.9811.117.31-
YUV94.33114.27144.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=42.91%
G=31.64%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118877000.260.410.5421.2525.5336.86
Hex76574601A2936151a25
Octal1661271060325166253245
Binary1110110101011110001100110101010011101101010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765746; }

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

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

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

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

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

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

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

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