#72465C

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

Shades of Cosmic #72465C

Tints of Cosmic #72465C

Color information

#72465C (or 0x72465C) is unknown color: approx Cosmic. HEX triplet: 72, 46 and 5C. RGB value is (114,70,92). Sum of RGB (Red+Green+Blue) = 114+70+92=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #72465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72465C is #8DB9A3. Grayscale: #555555. Windows color (decimal): -9288100 or 6047346. OLE color: 6047346.

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

Color convert

RGB1147092-
CMYK00.390.190.55
HSL330º23.91%36.08%-
HSV(B)330º38.6%44.71%-
XYZ11.068.7311.23-
YUV85.66131.58148.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=41.30%
G=25.36%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114709200.390.190.5533023.9136.08
Hex72465C027133714a1824
Octal16210613404723675123044
Binary11100101000110101110001001111001111011110100101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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