#71434C

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

Shades of Tosca #71434C

Tints of Tosca #71434C

Color information

#71434C (or 0x71434C) is unknown color: approx Tosca. HEX triplet: 71, 43 and 4C. RGB value is (113,67,76). Sum of RGB (Red+Green+Blue) = 113+67+76=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71434C is #8EBCB3. Grayscale: #515151. Windows color (decimal): -9354420 or 4998001. OLE color: 4998001.

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

Color convert

RGB1136776-
CMYK00.410.330.56
HSL348.26º25.56%35.29%-
HSV(B)348.26º40.71%44.31%-
XYZ10.128.057.86-
YUV81.78124.74150.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=44.14%
G=26.17%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113677600.410.330.56348.2625.5635.29
Hex71434C029213815c1a23
Octal16110311405141705343243
Binary111000110000111001100010100110000111100010101110011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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