#724861

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

Shades of Cosmic #724861

Tints of Cosmic #724861

Color information

#724861 (or 0x724861) is unknown color: approx Cosmic. HEX triplet: 72, 48 and 61. RGB value is (114,72,97). Sum of RGB (Red+Green+Blue) = 114+72+97=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #724861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724861 is #8DB79E. Grayscale: #575757. Windows color (decimal): -9287583 or 6375538. OLE color: 6375538.

HSL color Cylindrical-coordinate representation of color #724861: hue angle of 324.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #724861 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1147297-
CMYK00.370.150.55
HSL324.29º22.58%36.47%-
HSV(B)324.29º36.84%44.71%-
XYZ11.419.0812.46-
YUV87.41133.41146.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.28%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=40.28%
G=25.44%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114729700.370.150.55324.2922.5836.47
Hex724861025F371441724
Octal16211014104517675042744
Binary1110010100100011000010100101111111011110100010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724861; }

 p { color: rgb(114,72,97); }

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

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

 a { background-color: rgb(114,72,97); }

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

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

 span { border-color: rgb(114,72,97); }

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