#754168

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

Shades of Cosmic #754168

Tints of Cosmic #754168

Color information

#754168 (or 0x754168) is unknown color: approx Cosmic. HEX triplet: 75, 41 and 68. RGB value is (117,65,104). Sum of RGB (Red+Green+Blue) = 117+65+104=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #754168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754168 is #8ABE97. Grayscale: #545454. Windows color (decimal): -9092760 or 6832501. OLE color: 6832501.

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

Color convert

RGB11765104-
CMYK00.440.110.54
HSL315º28.57%35.69%-
HSV(B)315º44.44%45.88%-
XYZ11.738.5614.13-
YUV84.99138.73150.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 65 (25.78% from 255) = 22.73%
BLUE value IS 104 (41.02% from 255) = 36.36%
R=40.91%
G=22.73%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176510400.440.110.5431528.5735.69
Hex75416802CB3613b1d24
Octal16510115005413664733544
Binary1110101100000111010000101100101111011010011101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754168; }

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

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

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

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

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

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

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

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