#77495A

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

Shades of Cosmic #77495A

Tints of Cosmic #77495A

Color information

#77495A (or 0x77495A) is unknown color: approx Cosmic. HEX triplet: 77, 49 and 5A. RGB value is (119,73,90). Sum of RGB (Red+Green+Blue) = 119+73+90=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77495A is #88B6A5. Grayscale: #585858. Windows color (decimal): -8959654 or 5917047. OLE color: 5917047.

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

Color convert

RGB1197390-
CMYK00.390.240.53
HSL337.83º23.96%37.65%-
HSV(B)337.83º38.66%46.67%-
XYZ11.849.4310.87-
YUV88.69128.74149.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=42.20%
G=25.89%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119739000.390.240.53337.8323.9637.65
Hex77495A02718351521826
Octal16711113204730655223046
Binary11101111001001101101001001111100011010110101001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,73,90); }

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

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

 a { background-color: rgb(119,73,90); }

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

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

 span { border-color: rgb(119,73,90); }

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