#72545E

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

Shades of Cosmic #72545E

Tints of Cosmic #72545E

Color information

#72545E (or 0x72545E) is unknown color: approx Cosmic. HEX triplet: 72, 54 and 5E. RGB value is (114,84,94). Sum of RGB (Red+Green+Blue) = 114+84+94=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #72545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72545E is #8DABA1. Grayscale: #5E5E5E. Windows color (decimal): -9284514 or 6182002. OLE color: 6182002.

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

Color convert

RGB1148494-
CMYK00.260.180.55
HSL340º15.15%38.82%-
HSV(B)340º26.32%44.71%-
XYZ12.1310.7312.02-
YUV94.11127.94142.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=39.04%
G=28.77%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114849400.260.180.5534015.1538.82
Hex72545E01A1237154f27
Octal16212413603222675241747
Binary111001010101001011110011010100101101111010101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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