#734D5A

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

Shades of Cosmic #734D5A

Tints of Cosmic #734D5A

Color information

#734D5A (or 0x734D5A) is unknown color: approx Cosmic. HEX triplet: 73, 4D and 5A. RGB value is (115,77,90). Sum of RGB (Red+Green+Blue) = 115+77+90=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #734D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D5A is #8CB2A5. Grayscale: #595959. Windows color (decimal): -9220774 or 5918067. OLE color: 5918067.

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

Color convert

RGB1157790-
CMYK00.330.220.55
HSL339.47º19.79%37.65%-
HSV(B)339.47º33.04%45.1%-
XYZ11.579.6910.93-
YUV89.84128.09145.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.78%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=40.78%
G=27.30%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115779000.330.220.55339.4719.7937.65
Hex734D5A02116371531426
Octal16311513204126675232446
Binary11100111001101101101001000011011011011110101001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,77,90); }

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

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

 a { background-color: rgb(115,77,90); }

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

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

 span { border-color: rgb(115,77,90); }

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