#72445E

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

Shades of Cosmic #72445E

Tints of Cosmic #72445E

Color information

#72445E (or 0x72445E) is unknown color: approx Cosmic. HEX triplet: 72, 44 and 5E. RGB value is (114,68,94). Sum of RGB (Red+Green+Blue) = 114+68+94=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #72445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72445E is #8DBBA1. Grayscale: #545454. Windows color (decimal): -9288610 or 6177906. OLE color: 6177906.

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

Color convert

RGB1146894-
CMYK00.400.180.55
HSL326.09º25.27%35.69%-
HSV(B)326.09º40.35%44.71%-
XYZ11.038.5211.65-
YUV84.72133.24148.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 68 (26.95% from 255) = 24.64%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=41.30%
G=24.64%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114689400.400.180.55326.0925.2735.69
Hex72445E02812371461924
Octal16210413605022675063144
Binary11100101000100101111001010001001011011110100011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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