#724F5B

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

Shades of Cosmic #724F5B

Tints of Cosmic #724F5B

Color information

#724F5B (or 0x724F5B) is unknown color: approx Cosmic. HEX triplet: 72, 4F and 5B. RGB value is (114,79,91). Sum of RGB (Red+Green+Blue) = 114+79+91=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #724F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F5B is #8DB0A4. Grayscale: #5A5A5A. Windows color (decimal): -9285797 or 5984114. OLE color: 5984114.

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

Color convert

RGB1147991-
CMYK00.310.200.55
HSL339.43º18.13%37.84%-
HSV(B)339.43º30.7%44.71%-
XYZ11.629.9211.2-
YUV90.83128.1144.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.14%
GREEN value IS 79 (31.25% from 255) = 27.82%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=40.14%
G=27.82%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114799100.310.200.55339.4318.1337.84
Hex724F5B01F14371531226
Octal16211713303724675232246
Binary1110010100111110110110111111010011011110101001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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