#72435C

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

Shades of Cosmic #72435C

Tints of Cosmic #72435C

Color information

#72435C (or 0x72435C) is unknown color: approx Cosmic. HEX triplet: 72, 43 and 5C. RGB value is (114,67,92). Sum of RGB (Red+Green+Blue) = 114+67+92=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72435C is #8DBCA3. Grayscale: #535353. Windows color (decimal): -9288868 or 6046578. OLE color: 6046578.

HSL color Cylindrical-coordinate representation of color #72435C: hue angle of 328.09º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72435C is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1146792-
CMYK00.410.190.55
HSL328.09º25.97%35.49%-
HSV(B)328.09º41.23%44.71%-
XYZ10.888.3611.17-
YUV83.9132.57149.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 67 (26.56% from 255) = 24.54%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=41.76%
G=24.54%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114679200.410.190.55328.0925.9735.49
Hex72435C02913371481a23
Octal16210313405123675103243
Binary11100101000011101110001010011001111011110100100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72435C; }

 p { color: rgb(114,67,92); }

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

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

 a { background-color: rgb(114,67,92); }

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

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

 span { border-color: rgb(114,67,92); }

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