#72565F

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

Shades of Cosmic #72565F

Tints of Cosmic #72565F

Color information

#72565F (or 0x72565F) is unknown color: approx Cosmic. HEX triplet: 72, 56 and 5F. RGB value is (114,86,95). Sum of RGB (Red+Green+Blue) = 114+86+95=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #72565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72565F is #8DA9A0. Grayscale: #5F5F5F. Windows color (decimal): -9284001 or 6248050. OLE color: 6248050.

HSL color Cylindrical-coordinate representation of color #72565F: hue angle of 340.71º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72565F is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1148695-
CMYK00.250.170.55
HSL340.71º14%39.22%-
HSV(B)340.71º24.56%44.71%-
XYZ12.3311.0612.31-
YUV95.4127.78141.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=38.64%
G=29.15%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114869500.250.170.55340.711439.22
Hex72565F0191137155e27
Octal16212613703121675251647
Binary111001010101101011111011001100011101111010101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72565F; }

 p { color: rgb(114,86,95); }

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

<style>
 a { background-color: #72565F; }

 a { background-color: rgb(114,86,95); }

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

<style>
 span { border-color: #72565F; }

 span { border-color: rgb(114,86,95); }

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