#77C0A9

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

Shades of Monte Carlo #77C0A9

Tints of Monte Carlo #77C0A9

Color information

#77C0A9 (or 0x77C0A9) is unknown color: approx Monte Carlo. HEX triplet: 77, C0 and A9. RGB value is (119,192,169). Sum of RGB (Red+Green+Blue) = 119+192+169=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #77C0A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C0A9 is #883F56. Grayscale: #A7A7A7. Windows color (decimal): -8929111 or 11124855. OLE color: 11124855.

HSL color Cylindrical-coordinate representation of color #77C0A9: hue angle of 161.1º 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 #77C0A9 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB119192169-
CMYK0.3800.120.25
HSL161.1º36.68%60.98%-
HSV(B)161.1º38.02%75.29%-
XYZ33.6244.4944.35-
YUV167.55128.8293.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.79%
GREEN value IS 192 (75.39% from 255) = 40%
BLUE value IS 169 (66.41% from 255) = 35.21%
R=24.79%
G=40%
B=35.21%

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
Decimal1191921690.3800.120.25161.136.6860.98
Hex77C0A9260C19a1253d
Octal16730025146014312414575
Binary11101111100000010101001100110011001100110100001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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