#724364

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

Shades of Cosmic #724364

Tints of Cosmic #724364

Color information

#724364 (or 0x724364) is unknown color: approx Cosmic. HEX triplet: 72, 43 and 64. RGB value is (114,67,100). Sum of RGB (Red+Green+Blue) = 114+67+100=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #724364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724364 is #8DBC9B. Grayscale: #545454. Windows color (decimal): -9288860 or 6570866. OLE color: 6570866.

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

Color convert

RGB11467100-
CMYK00.410.120.55
HSL317.87º25.97%35.49%-
HSV(B)317.87º41.23%44.71%-
XYZ11.258.5113.11-
YUV84.82136.57148.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 67 (26.56% from 255) = 23.84%
BLUE value IS 100 (39.45% from 255) = 35.59%
R=40.57%
G=23.84%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146710000.410.120.55317.8725.9735.49
Hex724364029C3713e1a23
Octal16210314405114674763243
Binary1110010100001111001000101001110011011110011111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724364; }

 p { color: rgb(114,67,100); }

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

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

 a { background-color: rgb(114,67,100); }

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

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

 span { border-color: rgb(114,67,100); }

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