#72505E

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

Shades of Cosmic #72505E

Tints of Cosmic #72505E

Color information

#72505E (or 0x72505E) is unknown color: approx Cosmic. HEX triplet: 72, 50 and 5E. RGB value is (114,80,94). Sum of RGB (Red+Green+Blue) = 114+80+94=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #72505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72505E is #8DAFA1. Grayscale: #5B5B5B. Windows color (decimal): -9285538 or 6180978. OLE color: 6180978.

HSL color Cylindrical-coordinate representation of color #72505E: hue angle of 335.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72505E is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1148094-
CMYK00.300.180.55
HSL335.29º17.53%38.04%-
HSV(B)335.29º29.82%44.71%-
XYZ11.8310.1211.92-
YUV91.76129.26143.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.58%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=39.58%
G=27.78%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114809400.300.180.55335.2917.5338.04
Hex72505E01E123714f1226
Octal16212013603622675172246
Binary1110010101000010111100111101001011011110100111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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