#754662

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

Shades of Cosmic #754662

Tints of Cosmic #754662

Color information

#754662 (or 0x754662) is unknown color: approx Cosmic. HEX triplet: 75, 46 and 62. RGB value is (117,70,98). Sum of RGB (Red+Green+Blue) = 117+70+98=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #754662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754662 is #8AB99D. Grayscale: #575757. Windows color (decimal): -9091486 or 6440565. OLE color: 6440565.

HSL color Cylindrical-coordinate representation of color #754662: hue angle of 324.26º 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 #754662 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1177098-
CMYK00.400.160.54
HSL324.26º25.13%36.67%-
HSV(B)324.26º40.17%45.88%-
XYZ11.739.0412.68-
YUV87.24134.07149.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=41.05%
G=24.56%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117709800.400.160.54324.2625.1336.67
Hex75466202810361441925
Octal16510614205020665043145
Binary11101011000110110001001010001000011011010100010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754662; }

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

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

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

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

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

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

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

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