#724F5E

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

Shades of Cosmic #724F5E

Tints of Cosmic #724F5E

Color information

#724F5E (or 0x724F5E) is unknown color: approx Cosmic. HEX triplet: 72, 4F and 5E. RGB value is (114,79,94). Sum of RGB (Red+Green+Blue) = 114+79+94=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #724F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F5E is #8DB0A1. Grayscale: #5B5B5B. Windows color (decimal): -9285794 or 6180722. OLE color: 6180722.

HSL color Cylindrical-coordinate representation of color #724F5E: hue angle of 334.29º 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 #724F5E is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1147994-
CMYK00.310.180.55
HSL334.29º18.13%37.84%-
HSV(B)334.29º30.7%44.71%-
XYZ11.769.9811.9-
YUV91.18129.6144.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 79 (31.25% from 255) = 27.53%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=39.72%
G=27.53%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114799400.310.180.55334.2918.1337.84
Hex724F5E01F123714e1226
Octal16211713603722675162246
Binary1110010100111110111100111111001011011110100111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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