#72484A

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

Shades of Tosca #72484A

Tints of Tosca #72484A

Color information

#72484A (or 0x72484A) is unknown color: approx Tosca. HEX triplet: 72, 48 and 4A. RGB value is (114,72,74). Sum of RGB (Red+Green+Blue) = 114+72+74=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72484A is #8DB7B5. Grayscale: #545454. Windows color (decimal): -9287606 or 4868210. OLE color: 4868210.

HSL color Cylindrical-coordinate representation of color #72484A: hue angle of 357.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72484A is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1147274-
CMYK00.370.350.55
HSL357.14º22.58%36.47%-
HSV(B)357.14º36.84%44.71%-
XYZ10.498.717.61-
YUV84.79121.91148.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.85%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=43.85%
G=27.69%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114727400.370.350.55357.1422.5836.47
Hex72484A02523371651724
Octal16211011204543675452744
Binary111001010010001001010010010110001111011110110010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72484A; }

 p { color: rgb(114,72,74); }

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

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

 a { background-color: rgb(114,72,74); }

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

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

 span { border-color: rgb(114,72,74); }

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