#765749

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

Shades of Quincy #765749

Tints of Quincy #765749

Color information

#765749 (or 0x765749) is unknown color: approx Quincy. HEX triplet: 76, 57 and 49. RGB value is (118,87,73). Sum of RGB (Red+Green+Blue) = 118+87+73=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #765749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765749 is #89A8B6. Grayscale: #5E5E5E. Windows color (decimal): -9021623 or 4806518. OLE color: 4806518.

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

Color convert

RGB1188773-
CMYK00.260.380.54
HSL18.67º23.56%37.45%-
HSV(B)18.67º38.14%46.27%-
XYZ12.0811.157.82-
YUV94.67115.77144.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=42.45%
G=31.29%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118877300.260.380.5418.6723.5637.45
Hex76574901A2636131825
Octal1661271110324666233045
Binary1110110101011110010010110101001101101101001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765749; }

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

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

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

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

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

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

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

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