#72475E

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

Shades of Cosmic #72475E

Tints of Cosmic #72475E

Color information

#72475E (or 0x72475E) is unknown color: approx Cosmic. HEX triplet: 72, 47 and 5E. RGB value is (114,71,94). Sum of RGB (Red+Green+Blue) = 114+71+94=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #72475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72475E is #8DB8A1. Grayscale: #565656. Windows color (decimal): -9287842 or 6178674. OLE color: 6178674.

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

Color convert

RGB1147194-
CMYK00.380.180.55
HSL327.91º23.24%36.27%-
HSV(B)327.91º37.72%44.71%-
XYZ11.218.8911.72-
YUV86.48132.25147.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=40.86%
G=25.45%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114719400.380.180.55327.9123.2436.27
Hex72475E02612371481724
Octal16210713604622675102744
Binary11100101000111101111001001101001011011110100100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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