#72465E

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

Shades of Cosmic #72465E

Tints of Cosmic #72465E

Color information

#72465E (or 0x72465E) is unknown color: approx Cosmic. HEX triplet: 72, 46 and 5E. RGB value is (114,70,94). Sum of RGB (Red+Green+Blue) = 114+70+94=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #72465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72465E is #8DB9A1. Grayscale: #555555. Windows color (decimal): -9288098 or 6178418. OLE color: 6178418.

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

Color convert

RGB1147094-
CMYK00.390.180.55
HSL327.27º23.91%36.08%-
HSV(B)327.27º38.6%44.71%-
XYZ11.158.7711.69-
YUV85.89132.58148.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 70 (27.73% from 255) = 25.18%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=41.01%
G=25.18%
B=33.81%

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
Decimal114709400.390.180.55327.2723.9136.08
Hex72465E02712371471824
Octal16210613604722675073044
Binary11100101000110101111001001111001011011110100011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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