#734E5F

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

Shades of Cosmic #734E5F

Tints of Cosmic #734E5F

Color information

#734E5F (or 0x734E5F) is unknown color: approx Cosmic. HEX triplet: 73, 4E and 5F. RGB value is (115,78,95). Sum of RGB (Red+Green+Blue) = 115+78+95=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #734E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E5F is #8CB1A0. Grayscale: #5A5A5A. Windows color (decimal): -9220513 or 6246003. OLE color: 6246003.

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

Color convert

RGB1157895-
CMYK00.320.170.55
HSL332.43º19.17%37.84%-
HSV(B)332.43º32.17%45.1%-
XYZ11.869.9212.12-
YUV91130.26145.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.93%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=39.93%
G=27.08%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115789500.320.170.55332.4319.1737.84
Hex734E5F020113714c1326
Octal16311613704021675142346
Binary11100111001110101111101000001000111011110100110010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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