#734666

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

Shades of Cosmic #734666

Tints of Cosmic #734666

Color information

#734666 (or 0x734666) is unknown color: approx Cosmic. HEX triplet: 73, 46 and 66. RGB value is (115,70,102). Sum of RGB (Red+Green+Blue) = 115+70+102=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #734666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734666 is #8CB999. Grayscale: #575757. Windows color (decimal): -9222554 or 6702707. OLE color: 6702707.

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

Color convert

RGB11570102-
CMYK00.390.110.55
HSL317.33º24.32%36.27%-
HSV(B)317.33º39.13%45.1%-
XYZ11.668.9813.69-
YUV87.1136.41147.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.07%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=40.07%
G=24.39%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157010200.390.110.55317.3324.3236.27
Hex734666027B3713d1824
Octal16310614604713674753044
Binary1110011100011011001100100111101111011110011110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734666; }

 p { color: rgb(115,70,102); }

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

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

 a { background-color: rgb(115,70,102); }

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

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

 span { border-color: rgb(115,70,102); }

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