#72424B

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

Shades of Tosca #72424B

Tints of Tosca #72424B

Color information

#72424B (or 0x72424B) is unknown color: approx Tosca. HEX triplet: 72, 42 and 4B. RGB value is (114,66,75). Sum of RGB (Red+Green+Blue) = 114+66+75=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72424B is #8DBDB4. Grayscale: #515151. Windows color (decimal): -9289141 or 4932210. OLE color: 4932210.

HSL color Cylindrical-coordinate representation of color #72424B: hue angle of 348.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72424B is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1146675-
CMYK00.420.340.55
HSL348.75º26.67%35.29%-
HSV(B)348.75º42.11%44.71%-
XYZ10.167.987.66-
YUV81.38124.4151.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=44.71%
G=25.88%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114667500.420.340.55348.7526.6735.29
Hex72424B02A223715d1b23
Octal16210211305242675353343
Binary111001010000101001011010101010001011011110101110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72424B; }

 p { color: rgb(114,66,75); }

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

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

 a { background-color: rgb(114,66,75); }

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

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

 span { border-color: rgb(114,66,75); }

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