#734F68

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

Shades of Cosmic #734F68

Tints of Cosmic #734F68

Color information

#734F68 (or 0x734F68) is unknown color: approx Cosmic. HEX triplet: 73, 4F and 68. RGB value is (115,79,104). Sum of RGB (Red+Green+Blue) = 115+79+104=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #734F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F68 is #8CB097. Grayscale: #5C5C5C. Windows color (decimal): -9220248 or 6836083. OLE color: 6836083.

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

Color convert

RGB11579104-
CMYK00.310.100.55
HSL318.33º18.56%38.04%-
HSV(B)318.33º31.3%45.1%-
XYZ12.3610.2414.42-
YUV92.61134.43143.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.59%
GREEN value IS 79 (31.25% from 255) = 26.51%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=38.59%
G=26.51%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157910400.310.100.55318.3318.5638.04
Hex734F6801FA3713e1326
Octal16311715003712674762346
Binary111001110011111101000011111101011011110011111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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