#754659

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

Shades of Cosmic #754659

Tints of Cosmic #754659

Color information

#754659 (or 0x754659) is unknown color: approx Cosmic. HEX triplet: 75, 46 and 59. RGB value is (117,70,89). Sum of RGB (Red+Green+Blue) = 117+70+89=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #754659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754659 is #8AB9A6. Grayscale: #565656. Windows color (decimal): -9091495 or 5850741. OLE color: 5850741.

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

Color convert

RGB1177089-
CMYK00.400.240.54
HSL335.74º25.13%36.67%-
HSV(B)335.74º40.17%45.88%-
XYZ11.338.8810.57-
YUV86.22129.57149.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 89 (35.16% from 255) = 32.25%
R=42.39%
G=25.36%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117708900.400.240.54335.7425.1336.67
Hex75465902818361501925
Octal16510613105030665203145
Binary11101011000110101100101010001100011011010101000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754659; }

 p { color: rgb(117,70,89); }

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

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

 a { background-color: rgb(117,70,89); }

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

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

 span { border-color: rgb(117,70,89); }

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