#754665

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

Shades of Cosmic #754665

Tints of Cosmic #754665

Color information

#754665 (or 0x754665) is unknown color: approx Cosmic. HEX triplet: 75, 46 and 65. RGB value is (117,70,101). Sum of RGB (Red+Green+Blue) = 117+70+101=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #754665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754665 is #8AB99A. Grayscale: #575757. Windows color (decimal): -9091483 or 6637173. OLE color: 6637173.

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

Color convert

RGB11770101-
CMYK00.400.140.54
HSL320.43º25.13%36.67%-
HSV(B)320.43º40.17%45.88%-
XYZ11.889.113.44-
YUV87.59135.57148.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=40.62%
G=24.31%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177010100.400.140.54320.4325.1336.67
Hex754665028E361401925
Octal16510614505016665003145
Binary1110101100011011001010101000111011011010100000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754665; }

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

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

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

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

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

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

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

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