#72464E

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

Shades of Tosca #72464E

Tints of Tosca #72464E

Color information

#72464E (or 0x72464E) is unknown color: approx Tosca. HEX triplet: 72, 46 and 4E. RGB value is (114,70,78). Sum of RGB (Red+Green+Blue) = 114+70+78=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #72464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72464E is #8DB9B1. Grayscale: #545454. Windows color (decimal): -9288114 or 5129842. OLE color: 5129842.

HSL color Cylindrical-coordinate representation of color #72464E: hue angle of 349.09º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72464E is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1147078-
CMYK00.390.320.55
HSL349.09º23.91%36.08%-
HSV(B)349.09º38.6%44.71%-
XYZ10.58.518.3-
YUV84.07124.58149.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 70 (27.73% from 255) = 26.72%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=43.51%
G=26.72%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114707800.390.320.55349.0923.9136.08
Hex72464E027203715d1824
Octal16210611604740675353044
Binary111001010001101001110010011110000011011110101110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72464E; }

 p { color: rgb(114,70,78); }

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

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

 a { background-color: rgb(114,70,78); }

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

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

 span { border-color: rgb(114,70,78); }

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