#765848

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

Shades of Quincy #765848

Tints of Quincy #765848

Color information

#765848 (or 0x765848) is unknown color: approx Quincy. HEX triplet: 76, 58 and 48. RGB value is (118,88,72). Sum of RGB (Red+Green+Blue) = 118+88+72=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #765848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765848 is #89A7B7. Grayscale: #5F5F5F. Windows color (decimal): -9021368 or 4741238. OLE color: 4741238.

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

Color convert

RGB1188872-
CMYK00.250.390.54
HSL20.87º24.21%37.25%-
HSV(B)20.87º38.98%46.27%-
XYZ12.1311.37.67-
YUV95.15114.94144.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=42.45%
G=31.65%
B=25.90%

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
Decimal118887200.250.390.5420.8724.2137.25
Hex7658480192736151825
Octal1661301100314766253045
Binary1110110101100010010000110011001111101101010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765848; }

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

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

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

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

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

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

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

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