#734E63

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

Shades of Cosmic #734E63

Tints of Cosmic #734E63

Color information

#734E63 (or 0x734E63) is unknown color: approx Cosmic. HEX triplet: 73, 4E and 63. RGB value is (115,78,99). Sum of RGB (Red+Green+Blue) = 115+78+99=292 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.38% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 115 - color contains mainly: red. Hex color #734E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E63 is #8CB19C. Grayscale: #5B5B5B. Windows color (decimal): -9220509 or 6508147. OLE color: 6508147.

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

Color convert

RGB1157899-
CMYK00.320.140.55
HSL325.95º19.17%37.84%-
HSV(B)325.95º32.17%45.1%-
XYZ12.059.9913.1-
YUV91.46132.26144.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.38%
GREEN value IS 78 (30.86% from 255) = 26.71%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=39.38%
G=26.71%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115789900.320.140.55325.9519.1737.84
Hex734E63020E371461326
Octal16311614304016675062346
Binary1110011100111011000110100000111011011110100011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734E63; }

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

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

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

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

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

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

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

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