#714748

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

Shades of Tosca #714748

Tints of Tosca #714748

Color information

#714748 (or 0x714748) is unknown color: approx Tosca. HEX triplet: 71, 47 and 48. RGB value is (113,71,72). Sum of RGB (Red+Green+Blue) = 113+71+72=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #714748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714748 is #8EB8B7. Grayscale: #535353. Windows color (decimal): -9353400 or 4736881. OLE color: 4736881.

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

Color convert

RGB1137172-
CMYK00.370.360.56
HSL358.57º22.83%36.08%-
HSV(B)358.57º37.17%44.31%-
XYZ10.238.497.23-
YUV83.67121.41148.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 72 (28.52% from 255) = 28.12%
R=44.14%
G=27.73%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113717200.370.360.56358.5722.8336.08
Hex71474802524381671724
Octal16110711004544705472744
Binary111000110001111001000010010110010011100010110011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714748; }

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

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

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

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

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

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

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

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