#755748

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

Shades of Quincy #755748

Tints of Quincy #755748

Color information

#755748 (or 0x755748) is unknown color: approx Quincy. HEX triplet: 75, 57 and 48. RGB value is (117,87,72). Sum of RGB (Red+Green+Blue) = 117+87+72=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #755748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755748 is #8AA8B7. Grayscale: #5E5E5E. Windows color (decimal): -9087160 or 4740981. OLE color: 4740981.

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

Color convert

RGB1178772-
CMYK00.260.380.54
HSL20º23.81%37.06%-
HSV(B)20º38.46%45.88%-
XYZ11.9111.077.64-
YUV94.26115.44144.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 87 (34.38% from 255) = 31.52%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=42.39%
G=31.52%
B=26.09%

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
Decimal117877200.260.380.542023.8137.06
Hex75574801A2636141825
Octal1651271100324666243045
Binary1110101101011110010000110101001101101101010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755748; }

 p { color: rgb(117,87,72); }

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

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

 a { background-color: rgb(117,87,72); }

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

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

 span { border-color: rgb(117,87,72); }

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