#754760

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

Shades of Cosmic #754760

Tints of Cosmic #754760

Color information

#754760 (or 0x754760) is unknown color: approx Cosmic. HEX triplet: 75, 47 and 60. RGB value is (117,71,96). Sum of RGB (Red+Green+Blue) = 117+71+96=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #754760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754760 is #8AB89F. Grayscale: #575757. Windows color (decimal): -9091232 or 6309749. OLE color: 6309749.

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

Color convert

RGB1177196-
CMYK00.390.180.54
HSL327.39º24.47%36.86%-
HSV(B)327.39º39.32%45.88%-
XYZ11.79.1312.21-
YUV87.6132.74148.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=41.20%
G=25%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117719600.390.180.54327.3924.4736.86
Hex75476002712361471825
Octal16510714004722665073045
Binary11101011000111110000001001111001011011010100011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754760; }

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

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

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

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

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

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

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

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