#734E5A

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

Shades of Cosmic #734E5A

Tints of Cosmic #734E5A

Color information

#734E5A (or 0x734E5A) is unknown color: approx Cosmic. HEX triplet: 73, 4E and 5A. RGB value is (115,78,90). Sum of RGB (Red+Green+Blue) = 115+78+90=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #734E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E5A is #8CB1A5. Grayscale: #5A5A5A. Windows color (decimal): -9220518 or 5918323. OLE color: 5918323.

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

Color convert

RGB1157890-
CMYK00.320.220.55
HSL340.54º19.17%37.84%-
HSV(B)340.54º32.17%45.1%-
XYZ11.649.8310.96-
YUV90.43127.76145.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.64%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=40.64%
G=27.56%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115789000.320.220.55340.5419.1737.84
Hex734E5A02016371551326
Octal16311613204026675252346
Binary11100111001110101101001000001011011011110101010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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