#724262

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

Shades of Cosmic #724262

Tints of Cosmic #724262

Color information

#724262 (or 0x724262) is unknown color: approx Cosmic. HEX triplet: 72, 42 and 62. RGB value is (114,66,98). Sum of RGB (Red+Green+Blue) = 114+66+98=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #724262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724262 is #8DBD9D. Grayscale: #535353. Windows color (decimal): -9289118 or 6439538. OLE color: 6439538.

HSL color Cylindrical-coordinate representation of color #724262: hue angle of 320º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #724262 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB1146698-
CMYK00.420.140.55
HSL320º26.67%35.29%-
HSV(B)320º42.11%44.71%-
XYZ11.098.3612.58-
YUV84135.9149.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 98 (38.67% from 255) = 35.25%
R=41.01%
G=23.74%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114669800.420.140.5532026.6735.29
Hex72426202AE371401b23
Octal16210214205216675003343
Binary1110010100001011000100101010111011011110100000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724262; }

 p { color: rgb(114,66,98); }

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

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

 a { background-color: rgb(114,66,98); }

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

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

 span { border-color: rgb(114,66,98); }

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