#734E5B

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

Shades of Cosmic #734E5B

Tints of Cosmic #734E5B

Color information

#734E5B (or 0x734E5B) is unknown color: approx Cosmic. HEX triplet: 73, 4E and 5B. RGB value is (115,78,91). Sum of RGB (Red+Green+Blue) = 115+78+91=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #734E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E5B is #8CB1A4. Grayscale: #5A5A5A. Windows color (decimal): -9220517 or 5983859. OLE color: 5983859.

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

Color convert

RGB1157891-
CMYK00.320.210.55
HSL338.92º19.17%37.84%-
HSV(B)338.92º32.17%45.1%-
XYZ11.689.8511.18-
YUV90.54128.26145.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.49%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=40.49%
G=27.46%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115789100.320.210.55338.9219.1737.84
Hex734E5B02015371531326
Octal16311613304025675232346
Binary11100111001110101101101000001010111011110101001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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