#765648

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

Shades of Quincy #765648

Tints of Quincy #765648

Color information

#765648 (or 0x765648) is unknown color: approx Quincy. HEX triplet: 76, 56 and 48. RGB value is (118,86,72). Sum of RGB (Red+Green+Blue) = 118+86+72=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #765648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765648 is #89A9B7. Grayscale: #5E5E5E. Windows color (decimal): -9021880 or 4740726. OLE color: 4740726.

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

Color convert

RGB1188672-
CMYK00.270.390.54
HSL18.26º24.21%37.25%-
HSV(B)18.26º38.98%46.27%-
XYZ11.9710.987.62-
YUV93.97115.6145.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=42.75%
G=31.16%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118867200.270.390.5418.2624.2137.25
Hex76564801B2736121825
Octal1661261100334766223045
Binary1110110101011010010000110111001111101101001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765648; }

 p { color: rgb(118,86,72); }

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

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

 a { background-color: rgb(118,86,72); }

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

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

 span { border-color: rgb(118,86,72); }

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