#734967

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

Shades of Cosmic #734967

Tints of Cosmic #734967

Color information

#734967 (or 0x734967) is unknown color: approx Cosmic. HEX triplet: 73, 49 and 67. RGB value is (115,73,103). Sum of RGB (Red+Green+Blue) = 115+73+103=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 115 - color contains mainly: red. Hex color #734967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734967 is #8CB698. Grayscale: #585858. Windows color (decimal): -9221785 or 6769011. OLE color: 6769011.

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

Color convert

RGB11573103-
CMYK00.370.100.55
HSL317.14º22.34%36.86%-
HSV(B)317.14º36.52%45.1%-
XYZ11.99.3914.02-
YUV88.98135.91146.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.52%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=39.52%
G=25.09%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157310300.370.100.55317.1422.3436.86
Hex734967025A3713d1625
Octal16311114704512674752645
Binary1110011100100111001110100101101011011110011110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734967; }

 p { color: rgb(115,73,103); }

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

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

 a { background-color: rgb(115,73,103); }

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

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

 span { border-color: rgb(115,73,103); }

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