#77BFB1

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

Shades of Monte Carlo #77BFB1

Tints of Monte Carlo #77BFB1

Color information

#77BFB1 (or 0x77BFB1) is unknown color: approx Monte Carlo. HEX triplet: 77, BF and B1. RGB value is (119,191,177). Sum of RGB (Red+Green+Blue) = 119+191+177=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #77BFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BFB1 is #88404E. Grayscale: #A7A7A7. Windows color (decimal): -8929359 or 11648887. OLE color: 11648887.

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

Color convert

RGB119191177-
CMYK0.3800.070.25
HSL168.33º36%60.78%-
HSV(B)168.33º37.7%74.9%-
XYZ34.1744.3648.36-
YUV167.88133.1593.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.44%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 177 (69.53% from 255) = 36.34%
R=24.44%
G=39.22%
B=36.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191911770.3800.070.25168.333660.78
Hex77BFB1260719a8243d
Octal1672772614607312504475
Binary1110111101111111011000110011001111100110101000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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