#71474C

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

Shades of Tosca #71474C

Tints of Tosca #71474C

Color information

#71474C (or 0x71474C) is unknown color: approx Tosca. HEX triplet: 71, 47 and 4C. RGB value is (113,71,76). Sum of RGB (Red+Green+Blue) = 113+71+76=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71474C is #8EB8B3. Grayscale: #545454. Windows color (decimal): -9353396 or 4999025. OLE color: 4999025.

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

Color convert

RGB1137176-
CMYK00.370.330.56
HSL352.86º22.83%36.08%-
HSV(B)352.86º37.17%44.31%-
XYZ10.378.547.94-
YUV84.13123.41148.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=43.46%
G=27.31%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113717600.370.330.56352.8622.8336.08
Hex71474C02521381611724
Octal16110711404541705412744
Binary111000110001111001100010010110000111100010110000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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