#734863

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

Shades of Cosmic #734863

Tints of Cosmic #734863

Color information

#734863 (or 0x734863) is unknown color: approx Cosmic. HEX triplet: 73, 48 and 63. RGB value is (115,72,99). Sum of RGB (Red+Green+Blue) = 115+72+99=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #734863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734863 is #8CB79C. Grayscale: #575757. Windows color (decimal): -9222045 or 6506611. OLE color: 6506611.

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

Color convert

RGB1157299-
CMYK00.370.140.55
HSL322.33º22.99%36.67%-
HSV(B)322.33º37.39%45.1%-
XYZ11.649.1812.96-
YUV87.94134.25147.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=40.21%
G=25.17%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115729900.370.140.55322.3322.9936.67
Hex734863025E371421725
Octal16311014304516675022745
Binary1110011100100011000110100101111011011110100001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734863; }

 p { color: rgb(115,72,99); }

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

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

 a { background-color: rgb(115,72,99); }

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

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

 span { border-color: rgb(115,72,99); }

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