#71494C

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

Shades of Tosca #71494C

Tints of Tosca #71494C

Color information

#71494C (or 0x71494C) is unknown color: approx Tosca. HEX triplet: 71, 49 and 4C. RGB value is (113,73,76). Sum of RGB (Red+Green+Blue) = 113+73+76=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #71494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71494C is #8EB6B3. Grayscale: #555555. Windows color (decimal): -9352884 or 4999537. OLE color: 4999537.

HSL color Cylindrical-coordinate representation of color #71494C: hue angle of 355.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71494C is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1137376-
CMYK00.350.330.56
HSL355.5º21.51%36.47%-
HSV(B)355.5º35.4%44.31%-
XYZ10.58.87.98-
YUV85.3122.75147.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 76 (30.08% from 255) = 29.01%
R=43.13%
G=27.86%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113737600.350.330.56355.521.5136.47
Hex71494C02321381641624
Octal16111111404341705442644
Binary111000110010011001100010001110000111100010110010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71494C; }

 p { color: rgb(113,73,76); }

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

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

 a { background-color: rgb(113,73,76); }

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

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

 span { border-color: rgb(113,73,76); }

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