#75554A

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

Shades of Quincy #75554A

Tints of Quincy #75554A

Color information

#75554A (or 0x75554A) is unknown color: approx Quincy. HEX triplet: 75, 55 and 4A. RGB value is (117,85,74). Sum of RGB (Red+Green+Blue) = 117+85+74=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75554A is #8AAAB5. Grayscale: #5D5D5D. Windows color (decimal): -9087670 or 4871541. OLE color: 4871541.

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

Color convert

RGB1178574-
CMYK00.270.370.54
HSL15.35º22.51%37.45%-
HSV(B)15.35º36.75%45.88%-
XYZ11.8210.777.94-
YUV93.31117.1144.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 74 (29.30% from 255) = 26.81%
R=42.39%
G=30.80%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117857400.270.370.5415.3522.5137.45
Hex75554A01B2536f1725
Octal1651251120334566172745
Binary111010110101011001010011011100101110110111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75554A; }

 p { color: rgb(117,85,74); }

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

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

 a { background-color: rgb(117,85,74); }

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

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

 span { border-color: rgb(117,85,74); }

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