#77456A

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

Shades of Cosmic #77456A

Tints of Cosmic #77456A

Color information

#77456A (or 0x77456A) is unknown color: approx Cosmic. HEX triplet: 77, 45 and 6A. RGB value is (119,69,106). Sum of RGB (Red+Green+Blue) = 119+69+106=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #77456A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77456A is #88BA95. Grayscale: #585858. Windows color (decimal): -8960662 or 6964599. OLE color: 6964599.

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

Color convert

RGB11969106-
CMYK00.420.110.53
HSL315.6º26.6%36.86%-
HSV(B)315.6º42.02%46.67%-
XYZ12.349.2214.76-
YUV88.17138.06149.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=40.48%
G=23.47%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196910600.420.110.53315.626.636.86
Hex77456A02AB3513c1b25
Octal16710515205213654743345
Binary1110111100010111010100101010101111010110011110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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