#754E68

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

Shades of Cosmic #754E68

Tints of Cosmic #754E68

Color information

#754E68 (or 0x754E68) is unknown color: approx Cosmic. HEX triplet: 75, 4E and 68. RGB value is (117,78,104). Sum of RGB (Red+Green+Blue) = 117+78+104=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #754E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E68 is #8AB197. Grayscale: #5C5C5C. Windows color (decimal): -9089432 or 6835829. OLE color: 6835829.

HSL color Cylindrical-coordinate representation of color #754E68: hue angle of 320º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #754E68 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11778104-
CMYK00.330.110.54
HSL320º20%38.24%-
HSV(B)320º33.33%45.88%-
XYZ12.5610.2314.41-
YUV92.62134.42145.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 104 (41.02% from 255) = 34.78%
R=39.13%
G=26.09%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177810400.330.110.543202038.24
Hex754E68021B361401426
Octal16511615004113665002446
Binary1110101100111011010000100001101111011010100000010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754E68; }

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

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

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

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

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

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

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

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