#72495A

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

Shades of Cosmic #72495A

Tints of Cosmic #72495A

Color information

#72495A (or 0x72495A) is unknown color: approx Cosmic. HEX triplet: 72, 49 and 5A. RGB value is (114,73,90). Sum of RGB (Red+Green+Blue) = 114+73+90=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72495A is #8DB6A5. Grayscale: #575757. Windows color (decimal): -9287334 or 5917042. OLE color: 5917042.

HSL color Cylindrical-coordinate representation of color #72495A: hue angle of 335.12º 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 #72495A is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1147390-
CMYK00.360.210.55
HSL335.12º21.93%36.67%-
HSV(B)335.12º35.96%44.71%-
XYZ11.179.0810.84-
YUV87.2129.58147.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 90 (35.55% from 255) = 32.49%
R=41.16%
G=26.35%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114739000.360.210.55335.1221.9336.67
Hex72495A024153714f1625
Octal16211113204425675172645
Binary11100101001001101101001001001010111011110100111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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