#77466A

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

Shades of Cosmic #77466A

Tints of Cosmic #77466A

Color information

#77466A (or 0x77466A) is unknown color: approx Cosmic. HEX triplet: 77, 46 and 6A. RGB value is (119,70,106). Sum of RGB (Red+Green+Blue) = 119+70+106=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #77466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77466A is #88B995. Grayscale: #585858. Windows color (decimal): -8960406 or 6964855. OLE color: 6964855.

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

Color convert

RGB11970106-
CMYK00.410.110.53
HSL315.92º25.93%37.06%-
HSV(B)315.92º41.18%46.67%-
XYZ12.49.3414.79-
YUV88.76137.73149.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 70 (27.73% from 255) = 23.73%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=40.34%
G=23.73%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197010600.410.110.53315.9225.9337.06
Hex77466A029B3513c1a25
Octal16710615205113654743245
Binary1110111100011011010100101001101111010110011110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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