#754D5A

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

Shades of Cosmic #754D5A

Tints of Cosmic #754D5A

Color information

#754D5A (or 0x754D5A) is unknown color: approx Cosmic. HEX triplet: 75, 4D and 5A. RGB value is (117,77,90). Sum of RGB (Red+Green+Blue) = 117+77+90=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #754D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D5A is #8AB2A5. Grayscale: #5A5A5A. Windows color (decimal): -9089702 or 5918069. OLE color: 5918069.

HSL color Cylindrical-coordinate representation of color #754D5A: hue angle of 340.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #754D5A is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1177790-
CMYK00.340.230.54
HSL340.5º20.62%38.04%-
HSV(B)340.5º34.19%45.88%-
XYZ11.849.8310.95-
YUV90.44127.75146.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=41.20%
G=27.11%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117779000.340.230.54340.520.6238.04
Hex754D5A02217361541526
Octal16511513204227665242546
Binary11101011001101101101001000101011111011010101010010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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