#775264

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

Shades of Cosmic #775264

Tints of Cosmic #775264

Color information

#775264 (or 0x775264) is unknown color: approx Cosmic. HEX triplet: 77, 52 and 64. RGB value is (119,82,100). Sum of RGB (Red+Green+Blue) = 119+82+100=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #775264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775264 is #88AD9B. Grayscale: #5F5F5F. Windows color (decimal): -8957340 or 6574711. OLE color: 6574711.

HSL color Cylindrical-coordinate representation of color #775264: hue angle of 330.81º 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 #775264 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB11982100-
CMYK00.310.160.53
HSL330.81º18.41%39.41%-
HSV(B)330.81º31.09%46.67%-
XYZ12.9310.8813.47-
YUV95.12130.76145.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=39.53%
G=27.24%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198210000.310.160.53330.8118.4139.41
Hex77526401F103514b1227
Octal16712214403720655132247
Binary1110111101001011001000111111000011010110100101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775264; }

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

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

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

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

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

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

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

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