#77C0A8

Color #77C0A8 Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #77C0A8

Tints of Monte Carlo #77C0A8

Color information

#77C0A8 (or 0x77C0A8) is unknown color: approx Monte Carlo. HEX triplet: 77, C0 and A8. RGB value is (119,192,168). Sum of RGB (Red+Green+Blue) = 119+192+168=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #77C0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C0A8 is #883F57. Grayscale: #A7A7A7. Windows color (decimal): -8929112 or 11059319. OLE color: 11059319.

HSL color Cylindrical-coordinate representation of color #77C0A8: hue angle of 160.27º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C0A8 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB119192168-
CMYK0.3800.120.25
HSL160.27º36.68%60.98%-
HSV(B)160.27º38.02%75.29%-
XYZ33.5344.4543.86-
YUV167.44128.3293.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.84%
GREEN value IS 192 (75.39% from 255) = 40.08%
BLUE value IS 168 (66.02% from 255) = 35.07%
R=24.84%
G=40.08%
B=35.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191921680.3800.120.25160.2736.6860.98
Hex77C0A8260C19a0253d
Octal16730025046014312404575
Binary11101111100000010101000100110011001100110100000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77C0A8; }

 p { color: rgb(119,192,168); }

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

<style>
 a { background-color: #77C0A8; }

 a { background-color: rgb(119,192,168); }

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

<style>
 span { border-color: #77C0A8; }

 span { border-color: rgb(119,192,168); }

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