#754968

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

Shades of Cosmic #754968

Tints of Cosmic #754968

Color information

#754968 (or 0x754968) is unknown color: approx Cosmic. HEX triplet: 75, 49 and 68. RGB value is (117,73,104). Sum of RGB (Red+Green+Blue) = 117+73+104=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #754968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754968 is #8AB697. Grayscale: #595959. Windows color (decimal): -9090712 or 6834549. OLE color: 6834549.

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

Color convert

RGB11773104-
CMYK00.380.110.54
HSL317.73º23.16%37.25%-
HSV(B)317.73º37.61%45.88%-
XYZ12.229.5514.3-
YUV89.69136.08147.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 73 (28.91% from 255) = 24.83%
BLUE value IS 104 (41.02% from 255) = 35.37%
R=39.80%
G=24.83%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177310400.380.110.54317.7323.1637.25
Hex754968026B3613e1725
Octal16511115004613664762745
Binary1110101100100111010000100110101111011010011111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754968; }

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

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

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

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

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

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

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

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