#72515E

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

Shades of Cosmic #72515E

Tints of Cosmic #72515E

Color information

#72515E (or 0x72515E) is unknown color: approx Cosmic. HEX triplet: 72, 51 and 5E. RGB value is (114,81,94). Sum of RGB (Red+Green+Blue) = 114+81+94=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #72515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72515E is #8DAEA1. Grayscale: #5C5C5C. Windows color (decimal): -9285282 or 6181234. OLE color: 6181234.

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

Color convert

RGB1148194-
CMYK00.290.180.55
HSL336.36º16.92%38.24%-
HSV(B)336.36º28.95%44.71%-
XYZ11.910.2711.94-
YUV92.35128.93143.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 81 (32.03% from 255) = 28.03%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=39.45%
G=28.03%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114819400.290.180.55336.3616.9238.24
Hex72515E01D12371501126
Octal16212113603522675202146
Binary1110010101000110111100111011001011011110101000010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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