#755848

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

Shades of Quincy #755848

Tints of Quincy #755848

Color information

#755848 (or 0x755848) is unknown color: approx Quincy. HEX triplet: 75, 58 and 48. RGB value is (117,88,72). Sum of RGB (Red+Green+Blue) = 117+88+72=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #755848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755848 is #8AA7B7. Grayscale: #5E5E5E. Windows color (decimal): -9086904 or 4741237. OLE color: 4741237.

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

Color convert

RGB1178872-
CMYK00.250.380.54
HSL21.33º23.81%37.06%-
HSV(B)21.33º38.46%45.88%-
XYZ1211.237.67-
YUV94.85115.11143.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=42.24%
G=31.77%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117887200.250.380.5421.3323.8137.06
Hex7558480192636151825
Octal1651301100314666253045
Binary1110101101100010010000110011001101101101010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755848; }

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

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

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

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

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

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

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

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