#754857

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

Shades of Cosmic #754857

Tints of Cosmic #754857

Color information

#754857 (or 0x754857) is unknown color: approx Cosmic. HEX triplet: 75, 48 and 57. RGB value is (117,72,87). Sum of RGB (Red+Green+Blue) = 117+72+87=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #754857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754857 is #8AB7A8. Grayscale: #575757. Windows color (decimal): -9090985 or 5720181. OLE color: 5720181.

HSL color Cylindrical-coordinate representation of color #754857: hue angle of 340º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #754857 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1177287-
CMYK00.380.260.54
HSL340º23.81%37.06%-
HSV(B)340º38.46%45.88%-
XYZ11.379.110.17-
YUV87.16127.91149.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 87 (34.38% from 255) = 31.52%
R=42.39%
G=26.09%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117728700.380.260.5434023.8137.06
Hex7548570261A361541825
Octal16511012704632665243045
Binary11101011001000101011101001101101011011010101010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754857; }

 p { color: rgb(117,72,87); }

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

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

 a { background-color: rgb(117,72,87); }

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

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

 span { border-color: rgb(117,72,87); }

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