#74554B

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

Shades of Quincy #74554B

Tints of Quincy #74554B

Color information

#74554B (or 0x74554B) is unknown color: approx Quincy. HEX triplet: 74, 55 and 4B. RGB value is (116,85,75). Sum of RGB (Red+Green+Blue) = 116+85+75=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74554B is #8BAAB4. Grayscale: #5D5D5D. Windows color (decimal): -9153205 or 4937076. OLE color: 4937076.

HSL color Cylindrical-coordinate representation of color #74554B: hue angle of 14.63º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74554B is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1168575-
CMYK00.270.350.55
HSL14.63º21.47%37.45%-
HSV(B)14.63º35.34%45.49%-
XYZ11.7210.728.11-
YUV93.13117.77144.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=42.03%
G=30.80%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116857500.270.350.5514.6321.4737.45
Hex74554B01B2337f1525
Octal1641251130334367172545
Binary111010010101011001011011011100011110111111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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