#734763

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

Shades of Cosmic #734763

Tints of Cosmic #734763

Color information

#734763 (or 0x734763) is unknown color: approx Cosmic. HEX triplet: 73, 47 and 63. RGB value is (115,71,99). Sum of RGB (Red+Green+Blue) = 115+71+99=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #734763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734763 is #8CB89C. Grayscale: #575757. Windows color (decimal): -9222301 or 6506355. OLE color: 6506355.

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

Color convert

RGB1157199-
CMYK00.380.140.55
HSL321.82º23.66%36.47%-
HSV(B)321.82º38.26%45.1%-
XYZ11.589.0512.94-
YUV87.35134.58147.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.35%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=40.35%
G=24.91%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115719900.380.140.55321.8223.6636.47
Hex734763026E371421824
Octal16310714304616675023044
Binary1110011100011111000110100110111011011110100001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734763; }

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

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

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

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

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

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

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

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