#714B4C

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

Shades of Tosca #714B4C

Tints of Tosca #714B4C

Color information

#714B4C (or 0x714B4C) is unknown color: approx Tosca. HEX triplet: 71, 4B and 4C. RGB value is (113,75,76). Sum of RGB (Red+Green+Blue) = 113+75+76=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #714B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714B4C is #8EB4B3. Grayscale: #565656. Windows color (decimal): -9352372 or 5000049. OLE color: 5000049.

HSL color Cylindrical-coordinate representation of color #714B4C: hue angle of 358.42º 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 #714B4C is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1137576-
CMYK00.340.330.56
HSL358.42º20.21%36.86%-
HSV(B)358.42º33.63%44.31%-
XYZ10.639.068.03-
YUV86.48122.09146.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 75 (29.69% from 255) = 28.41%
BLUE value IS 76 (30.08% from 255) = 28.79%
R=42.80%
G=28.41%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113757600.340.330.56358.4220.2136.86
Hex714B4C02221381661425
Octal16111311404241705462445
Binary111000110010111001100010001010000111100010110011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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