#72485E

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

Shades of Cosmic #72485E

Tints of Cosmic #72485E

Color information

#72485E (or 0x72485E) is unknown color: approx Cosmic. HEX triplet: 72, 48 and 5E. RGB value is (114,72,94). Sum of RGB (Red+Green+Blue) = 114+72+94=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #72485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72485E is #8DB7A1. Grayscale: #575757. Windows color (decimal): -9287586 or 6178930. OLE color: 6178930.

HSL color Cylindrical-coordinate representation of color #72485E: hue angle of 328.57º 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 #72485E is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1147294-
CMYK00.370.180.55
HSL328.57º22.58%36.47%-
HSV(B)328.57º36.84%44.71%-
XYZ11.289.0211.74-
YUV87.07131.91147.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=40.71%
G=25.71%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114729400.370.180.55328.5722.5836.47
Hex72485E02512371491724
Octal16211013604522675112744
Binary11100101001000101111001001011001011011110100100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72485E; }

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

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

<style>
 a { background-color: #72485E; }

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

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

<style>
 span { border-color: #72485E; }

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

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