#734D5E

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

Shades of Cosmic #734D5E

Tints of Cosmic #734D5E

Color information

#734D5E (or 0x734D5E) is unknown color: approx Cosmic. HEX triplet: 73, 4D and 5E. RGB value is (115,77,94). Sum of RGB (Red+Green+Blue) = 115+77+94=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #734D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D5E is #8CB2A1. Grayscale: #5A5A5A. Windows color (decimal): -9220770 or 6180211. OLE color: 6180211.

HSL color Cylindrical-coordinate representation of color #734D5E: hue angle of 333.16º 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 #734D5E is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1157794-
CMYK00.330.180.55
HSL333.16º19.79%37.65%-
HSV(B)333.16º33.04%45.1%-
XYZ11.749.7611.85-
YUV90.3130.09145.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 77 (30.47% from 255) = 26.92%
BLUE value IS 94 (37.11% from 255) = 32.87%
R=40.21%
G=26.92%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115779400.330.180.55333.1619.7937.65
Hex734D5E021123714d1426
Octal16311513604122675152446
Binary11100111001101101111001000011001011011110100110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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