#754160

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

Shades of Cosmic #754160

Tints of Cosmic #754160

Color information

#754160 (or 0x754160) is unknown color: approx Cosmic. HEX triplet: 75, 41 and 60. RGB value is (117,65,96). Sum of RGB (Red+Green+Blue) = 117+65+96=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #754160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754160 is #8ABE9F. Grayscale: #545454. Windows color (decimal): -9092768 or 6308213. OLE color: 6308213.

HSL color Cylindrical-coordinate representation of color #754160: hue angle of 324.23º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754160 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1176596-
CMYK00.440.180.54
HSL324.23º28.57%35.69%-
HSV(B)324.23º44.44%45.88%-
XYZ11.348.4112.09-
YUV84.08134.73151.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=42.09%
G=23.38%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117659600.440.180.54324.2328.5735.69
Hex75416002C12361441d24
Octal16510114005422665043544
Binary11101011000001110000001011001001011011010100010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754160; }

 p { color: rgb(117,65,96); }

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

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

 a { background-color: rgb(117,65,96); }

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

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

 span { border-color: rgb(117,65,96); }

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