#77C2B3

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

Shades of Monte Carlo #77C2B3

Tints of Monte Carlo #77C2B3

Color information

#77C2B3 (or 0x77C2B3) is unknown color: approx Monte Carlo. HEX triplet: 77, C2 and B3. RGB value is (119,194,179). Sum of RGB (Red+Green+Blue) = 119+194+179=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #77C2B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C2B3 is #883D4C. Grayscale: #A9A9A9. Windows color (decimal): -8928589 or 11780727. OLE color: 11780727.

HSL color Cylindrical-coordinate representation of color #77C2B3: hue angle of 168º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C2B3 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB119194179-
CMYK0.3900.080.24
HSL168º38.07%61.37%-
HSV(B)168º38.66%76.08%-
XYZ35.0445.7649.63-
YUV169.86133.1591.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.19%
GREEN value IS 194 (76.17% from 255) = 39.43%
BLUE value IS 179 (70.31% from 255) = 36.38%
R=24.19%
G=39.43%
B=36.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191941790.3900.080.2416838.0761.37
Hex77C2B3270818a8263d
Octal16730226347010302504675
Binary11101111100001010110011100111010001100010101000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,194,179); }

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

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

 a { background-color: rgb(119,194,179); }

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

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

 span { border-color: rgb(119,194,179); }

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