#75554B

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

Shades of Quincy #75554B

Tints of Quincy #75554B

Color information

#75554B (or 0x75554B) is unknown color: approx Quincy. HEX triplet: 75, 55 and 4B. RGB value is (117,85,75). Sum of RGB (Red+Green+Blue) = 117+85+75=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75554B is #8AAAB4. Grayscale: #5D5D5D. Windows color (decimal): -9087669 or 4937077. OLE color: 4937077.

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

Color convert

RGB1178575-
CMYK00.270.360.54
HSL14.29º21.88%37.65%-
HSV(B)14.29º35.9%45.88%-
XYZ11.8510.798.11-
YUV93.43117.6144.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=42.24%
G=30.69%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117857500.270.360.5414.2921.8837.65
Hex75554B01B2436e1626
Octal1651251130334466162646
Binary111010110101011001011011011100100110110111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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