#71474F

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

Shades of Tosca #71474F

Tints of Tosca #71474F

Color information

#71474F (or 0x71474F) is unknown color: approx Tosca. HEX triplet: 71, 47 and 4F. RGB value is (113,71,79). Sum of RGB (Red+Green+Blue) = 113+71+79=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #71474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71474F is #8EB8B0. Grayscale: #545454. Windows color (decimal): -9353393 or 5195633. OLE color: 5195633.

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

Color convert

RGB1137179-
CMYK00.370.300.56
HSL348.57º22.83%36.08%-
HSV(B)348.57º37.17%44.31%-
XYZ10.478.588.5-
YUV84.47124.91148.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.97%
GREEN value IS 71 (28.12% from 255) = 27.00%
BLUE value IS 79 (31.25% from 255) = 30.04%
R=42.97%
G=27.00%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113717900.370.300.56348.5722.8336.08
Hex71474F0251E3815d1724
Octal16110711704536705352744
Binary11100011000111100111101001011111011100010101110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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