#77506A

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

Shades of Cosmic #77506A

Tints of Cosmic #77506A

Color information

#77506A (or 0x77506A) is unknown color: approx Cosmic. HEX triplet: 77, 50 and 6A. RGB value is (119,80,106). Sum of RGB (Red+Green+Blue) = 119+80+106=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #77506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77506A is #88AF95. Grayscale: #5E5E5E. Windows color (decimal): -8957846 or 6967415. OLE color: 6967415.

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

Color convert

RGB11980106-
CMYK00.330.110.53
HSL320º19.6%39.02%-
HSV(B)320º32.77%46.67%-
XYZ13.0810.715.01-
YUV94.62134.42145.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=39.02%
G=26.23%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198010600.330.110.5332019.639.02
Hex77506A021B351401427
Octal16712015204113655002447
Binary1110111101000011010100100001101111010110100000010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77506A; }

 p { color: rgb(119,80,106); }

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

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

 a { background-color: rgb(119,80,106); }

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

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

 span { border-color: rgb(119,80,106); }

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