#775168

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

Shades of Cosmic #775168

Tints of Cosmic #775168

Color information

#775168 (or 0x775168) is unknown color: approx Cosmic. HEX triplet: 77, 51 and 68. RGB value is (119,81,104). Sum of RGB (Red+Green+Blue) = 119+81+104=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #775168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775168 is #88AE97. Grayscale: #5E5E5E. Windows color (decimal): -8957592 or 6836599. OLE color: 6836599.

HSL color Cylindrical-coordinate representation of color #775168: hue angle of 323.68º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #775168 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB11981104-
CMYK00.320.130.53
HSL323.68º19%39.22%-
HSV(B)323.68º31.93%46.67%-
XYZ13.0510.8114.49-
YUV94.98133.09145.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=39.14%
G=26.64%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198110400.320.130.53323.681939.22
Hex775168020D351441327
Octal16712115004015655042347
Binary1110111101000111010000100000110111010110100010010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775168; }

 p { color: rgb(119,81,104); }

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

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

 a { background-color: rgb(119,81,104); }

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

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

 span { border-color: rgb(119,81,104); }

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