#724F5C

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

Shades of Cosmic #724F5C

Tints of Cosmic #724F5C

Color information

#724F5C (or 0x724F5C) is unknown color: approx Cosmic. HEX triplet: 72, 4F and 5C. RGB value is (114,79,92). Sum of RGB (Red+Green+Blue) = 114+79+92=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #724F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F5C is #8DB0A3. Grayscale: #5A5A5A. Windows color (decimal): -9285796 or 6049650. OLE color: 6049650.

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

Color convert

RGB1147992-
CMYK00.310.190.55
HSL337.71º18.13%37.84%-
HSV(B)337.71º30.7%44.71%-
XYZ11.679.9411.43-
YUV90.95128.6144.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 79 (31.25% from 255) = 27.72%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=40%
G=27.72%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114799200.310.190.55337.7118.1337.84
Hex724F5C01F13371521226
Octal16211713403723675222246
Binary1110010100111110111000111111001111011110101001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,79,92); }

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

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

 a { background-color: rgb(114,79,92); }

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

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

 span { border-color: rgb(114,79,92); }

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