#724E5A

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

Shades of Cosmic #724E5A

Tints of Cosmic #724E5A

Color information

#724E5A (or 0x724E5A) is unknown color: approx Cosmic. HEX triplet: 72, 4E and 5A. RGB value is (114,78,90). Sum of RGB (Red+Green+Blue) = 114+78+90=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #724E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E5A is #8DB1A5. Grayscale: #5A5A5A. Windows color (decimal): -9286054 or 5918322. OLE color: 5918322.

HSL color Cylindrical-coordinate representation of color #724E5A: hue angle of 340º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #724E5A is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1147890-
CMYK00.320.210.55
HSL340º18.75%37.65%-
HSV(B)340º31.58%44.71%-
XYZ11.519.7610.95-
YUV90.13127.93145.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.43%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=40.43%
G=27.66%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114789000.320.210.5534018.7537.65
Hex724E5A02015371541326
Octal16211613204025675242346
Binary11100101001110101101001000001010111011110101010010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724E5A; }

 p { color: rgb(114,78,90); }

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

<style>
 a { background-color: #724E5A; }

 a { background-color: rgb(114,78,90); }

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

<style>
 span { border-color: #724E5A; }

 span { border-color: rgb(114,78,90); }

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