#734A5B

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

Shades of Cosmic #734A5B

Tints of Cosmic #734A5B

Color information

#734A5B (or 0x734A5B) is unknown color: approx Cosmic. HEX triplet: 73, 4A and 5B. RGB value is (115,74,91). Sum of RGB (Red+Green+Blue) = 115+74+91=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 115 - color contains mainly: red. Hex color #734A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A5B is #8CB5A4. Grayscale: #585858. Windows color (decimal): -9221541 or 5982835. OLE color: 5982835.

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

Color convert

RGB1157491-
CMYK00.360.210.55
HSL335.12º21.69%37.06%-
HSV(B)335.12º35.65%45.1%-
XYZ11.419.311.09-
YUV88.2129.58147.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.07%
GREEN value IS 74 (29.30% from 255) = 26.43%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=41.07%
G=26.43%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115749100.360.210.55335.1221.6937.06
Hex734A5B024153714f1625
Octal16311213304425675172645
Binary11100111001010101101101001001010111011110100111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,74,91); }

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

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

 a { background-color: rgb(115,74,91); }

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

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

 span { border-color: rgb(115,74,91); }

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