#734E68

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

Shades of Cosmic #734E68

Tints of Cosmic #734E68

Color information

#734E68 (or 0x734E68) is unknown color: approx Cosmic. HEX triplet: 73, 4E and 68. RGB value is (115,78,104). Sum of RGB (Red+Green+Blue) = 115+78+104=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #734E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E68 is #8CB197. Grayscale: #5B5B5B. Windows color (decimal): -9220504 or 6835827. OLE color: 6835827.

HSL color Cylindrical-coordinate representation of color #734E68: hue angle of 317.84º 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 #734E68 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11578104-
CMYK00.320.100.55
HSL317.84º19.17%37.84%-
HSV(B)317.84º32.17%45.1%-
XYZ12.2910.0914.4-
YUV92.03134.76144.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=38.72%
G=26.26%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157810400.320.100.55317.8419.1737.84
Hex734E68020A3713e1326
Octal16311615004012674762346
Binary1110011100111011010000100000101011011110011111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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