#775268

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

Shades of Cosmic #775268

Tints of Cosmic #775268

Color information

#775268 (or 0x775268) is unknown color: approx Cosmic. HEX triplet: 77, 52 and 68. RGB value is (119,82,104). Sum of RGB (Red+Green+Blue) = 119+82+104=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #775268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775268 is #88AD97. Grayscale: #5F5F5F. Windows color (decimal): -8957336 or 6836855. OLE color: 6836855.

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

Color convert

RGB11982104-
CMYK00.310.130.53
HSL324.32º18.41%39.41%-
HSV(B)324.32º31.09%46.67%-
XYZ13.1210.9614.52-
YUV95.57132.76144.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=39.02%
G=26.89%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198210400.310.130.53324.3218.4139.41
Hex77526801FD351441227
Octal16712215003715655042247
Binary111011110100101101000011111110111010110100010010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775268; }

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

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

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

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

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

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

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

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