#72495C

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

Shades of Cosmic #72495C

Tints of Cosmic #72495C

Color information

#72495C (or 0x72495C) is unknown color: approx Cosmic. HEX triplet: 72, 49 and 5C. RGB value is (114,73,92). Sum of RGB (Red+Green+Blue) = 114+73+92=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #72495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72495C is #8DB6A3. Grayscale: #575757. Windows color (decimal): -9287332 or 6048114. OLE color: 6048114.

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

Color convert

RGB1147392-
CMYK00.360.190.55
HSL332.2º21.93%36.67%-
HSV(B)332.2º35.96%44.71%-
XYZ11.259.1211.29-
YUV87.42130.58146.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=40.86%
G=26.16%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114739200.360.190.55332.221.9336.67
Hex72495C024133714c1625
Octal16211113404423675142645
Binary11100101001001101110001001001001111011110100110010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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