#71474A

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

Shades of Tosca #71474A

Tints of Tosca #71474A

Color information

#71474A (or 0x71474A) is unknown color: approx Tosca. HEX triplet: 71, 47 and 4A. RGB value is (113,71,74). Sum of RGB (Red+Green+Blue) = 113+71+74=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #71474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71474A is #8EB8B5. Grayscale: #535353. Windows color (decimal): -9353398 or 4867953. OLE color: 4867953.

HSL color Cylindrical-coordinate representation of color #71474A: hue angle of 355.71º 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 #71474A is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1137174-
CMYK00.370.350.56
HSL355.71º22.83%36.08%-
HSV(B)355.71º37.17%44.31%-
XYZ10.38.517.58-
YUV83.9122.41148.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 74 (29.30% from 255) = 28.68%
R=43.80%
G=27.52%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113717400.370.350.56355.7122.8336.08
Hex71474A02523381641724
Octal16110711204543705442744
Binary111000110001111001010010010110001111100010110010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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