#72515C

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

Shades of Cosmic #72515C

Tints of Cosmic #72515C

Color information

#72515C (or 0x72515C) is unknown color: approx Cosmic. HEX triplet: 72, 51 and 5C. RGB value is (114,81,92). Sum of RGB (Red+Green+Blue) = 114+81+92=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #72515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72515C is #8DAEA3. Grayscale: #5C5C5C. Windows color (decimal): -9285284 or 6050162. OLE color: 6050162.

HSL color Cylindrical-coordinate representation of color #72515C: hue angle of 340º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72515C is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1148192-
CMYK00.290.190.55
HSL340º16.92%38.24%-
HSV(B)340º28.95%44.71%-
XYZ11.8110.2311.48-
YUV92.12127.93143.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=39.72%
G=28.22%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114819200.290.190.5534016.9238.24
Hex72515C01D13371541126
Octal16212113403523675242146
Binary1110010101000110111000111011001111011110101010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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