#714B50

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

Shades of Tosca #714B50

Tints of Tosca #714B50

Color information

#714B50 (or 0x714B50) is unknown color: approx Tosca. HEX triplet: 71, 4B and 50. RGB value is (113,75,80). Sum of RGB (Red+Green+Blue) = 113+75+80=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #714B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714B50 is #8EB4AF. Grayscale: #565656. Windows color (decimal): -9352368 or 5262193. OLE color: 5262193.

HSL color Cylindrical-coordinate representation of color #714B50: hue angle of 352.11º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #714B50 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1137580-
CMYK00.340.290.56
HSL352.11º20.21%36.86%-
HSV(B)352.11º33.63%44.31%-
XYZ10.779.128.78-
YUV86.93124.09146.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.16%
GREEN value IS 75 (29.69% from 255) = 27.99%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=42.16%
G=27.99%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113758000.340.290.56352.1120.2136.86
Hex714B500221D381601425
Octal16111312004235705402445
Binary11100011001011101000001000101110111100010110000010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714B50; }

 p { color: rgb(113,75,80); }

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

<style>
 a { background-color: #714B50; }

 a { background-color: rgb(113,75,80); }

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

<style>
 span { border-color: #714B50; }

 span { border-color: rgb(113,75,80); }

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