#77BFBB

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

Shades of Monte Carlo #77BFBB

Tints of Monte Carlo #77BFBB

Color information

#77BFBB (or 0x77BFBB) is unknown color: approx Monte Carlo. HEX triplet: 77, BF and BB. RGB value is (119,191,187). Sum of RGB (Red+Green+Blue) = 119+191+187=497 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.94% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #77BFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFBB is #884044. Grayscale: #A8A8A8. Windows color (decimal): -8929349 or 12304247. OLE color: 12304247.

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

Color convert

RGB119191187-
CMYK0.3800.020.25
HSL176.67º36%60.78%-
HSV(B)176.67º37.7%74.9%-
XYZ35.2144.7753.8-
YUV169.02138.1592.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.94%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=23.94%
G=38.43%
B=37.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191911870.3800.020.25176.673660.78
Hex77BFBB260219b1243d
Octal1672772734602312614475
Binary111011110111111101110111001100101100110110001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,191,187); }

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

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

 a { background-color: rgb(119,191,187); }

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

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

 span { border-color: rgb(119,191,187); }

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