#765948

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

Shades of Quincy #765948

Tints of Quincy #765948

Color information

#765948 (or 0x765948) is unknown color: approx Quincy. HEX triplet: 76, 59 and 48. RGB value is (118,89,72). Sum of RGB (Red+Green+Blue) = 118+89+72=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #765948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765948 is #89A6B7. Grayscale: #5F5F5F. Windows color (decimal): -9021112 or 4741494. OLE color: 4741494.

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

Color convert

RGB1188972-
CMYK00.250.390.54
HSL22.17º24.21%37.25%-
HSV(B)22.17º38.98%46.27%-
XYZ12.2111.467.7-
YUV95.73114.61143.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 72 (28.52% from 255) = 25.81%
R=42.29%
G=31.90%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118897200.250.390.5422.1724.2137.25
Hex7659480192736161825
Octal1661311100314766263045
Binary1110110101100110010000110011001111101101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765948; }

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

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

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

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

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

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

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

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