#77515E

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

Shades of Cosmic #77515E

Tints of Cosmic #77515E

Color information

#77515E (or 0x77515E) is unknown color: approx Cosmic. HEX triplet: 77, 51 and 5E. RGB value is (119,81,94). Sum of RGB (Red+Green+Blue) = 119+81+94=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #77515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77515E is #88AEA1. Grayscale: #5D5D5D. Windows color (decimal): -8957602 or 6181239. OLE color: 6181239.

HSL color Cylindrical-coordinate representation of color #77515E: hue angle of 339.47º 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 #77515E is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1198194-
CMYK00.320.210.53
HSL339.47º19%39.22%-
HSV(B)339.47º31.93%46.67%-
XYZ12.5710.6111.98-
YUV93.84128.09145.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 94 (37.11% from 255) = 31.97%
R=40.48%
G=27.55%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119819400.320.210.53339.471939.22
Hex77515E02015351531327
Octal16712113604025655232347
Binary11101111010001101111001000001010111010110101001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77515E; }

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

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

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

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

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

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

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

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