#72455E

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

Shades of Cosmic #72455E

Tints of Cosmic #72455E

Color information

#72455E (or 0x72455E) is unknown color: approx Cosmic. HEX triplet: 72, 45 and 5E. RGB value is (114,69,94). Sum of RGB (Red+Green+Blue) = 114+69+94=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72455E is #8DBAA1. Grayscale: #555555. Windows color (decimal): -9288354 or 6178162. OLE color: 6178162.

HSL color Cylindrical-coordinate representation of color #72455E: hue angle of 326.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72455E is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1146994-
CMYK00.390.180.55
HSL326.67º24.59%35.88%-
HSV(B)326.67º39.47%44.71%-
XYZ11.098.6411.67-
YUV85.3132.91148.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=41.16%
G=24.91%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114699400.390.180.55326.6724.5935.88
Hex72455E02712371471924
Octal16210513604722675073144
Binary11100101000101101111001001111001011011110100011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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