#71464C

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

Shades of Tosca #71464C

Tints of Tosca #71464C

Color information

#71464C (or 0x71464C) is unknown color: approx Tosca. HEX triplet: 71, 46 and 4C. RGB value is (113,70,76). Sum of RGB (Red+Green+Blue) = 113+70+76=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71464C is #8EB9B3. Grayscale: #535353. Windows color (decimal): -9353652 or 4998769. OLE color: 4998769.

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

Color convert

RGB1137076-
CMYK00.380.330.56
HSL351.63º23.5%35.88%-
HSV(B)351.63º38.05%44.31%-
XYZ10.38.417.92-
YUV83.54123.75149.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=43.63%
G=27.03%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113707600.380.330.56351.6323.535.88
Hex71464C02621381601724
Octal16110611404641705402744
Binary111000110001101001100010011010000111100010110000010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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