#77485A

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

Shades of Cosmic #77485A

Tints of Cosmic #77485A

Color information

#77485A (or 0x77485A) is unknown color: approx Cosmic. HEX triplet: 77, 48 and 5A. RGB value is (119,72,90). Sum of RGB (Red+Green+Blue) = 119+72+90=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77485A is #88B7A5. Grayscale: #585858. Windows color (decimal): -8959910 or 5916791. OLE color: 5916791.

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

Color convert

RGB1197290-
CMYK00.390.240.53
HSL337.02º24.61%37.45%-
HSV(B)337.02º39.5%46.67%-
XYZ11.779.2910.85-
YUV88.1129.07150.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=42.35%
G=25.62%
B=32.03%

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
Decimal119729000.390.240.53337.0224.6137.45
Hex77485A02718351511925
Octal16711013204730655213145
Binary11101111001000101101001001111100011010110101000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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