#754664

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

Shades of Cosmic #754664

Tints of Cosmic #754664

Color information

#754664 (or 0x754664) is unknown color: approx Cosmic. HEX triplet: 75, 46 and 64. RGB value is (117,70,100). Sum of RGB (Red+Green+Blue) = 117+70+100=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #754664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754664 is #8AB99B. Grayscale: #575757. Windows color (decimal): -9091484 or 6571637. OLE color: 6571637.

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

Color convert

RGB11770100-
CMYK00.400.150.54
HSL321.7º25.13%36.67%-
HSV(B)321.7º40.17%45.88%-
XYZ11.839.0813.19-
YUV87.47135.07149.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 100 (39.45% from 255) = 34.84%
R=40.77%
G=24.39%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177010000.400.150.54321.725.1336.67
Hex754664028F361421925
Octal16510614405017665023145
Binary1110101100011011001000101000111111011010100001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754664; }

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

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

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

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

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

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

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

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