#77BFA4

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

Shades of Monte Carlo #77BFA4

Tints of Monte Carlo #77BFA4

Color information

#77BFA4 (or 0x77BFA4) is unknown color: approx Monte Carlo. HEX triplet: 77, BF and A4. RGB value is (119,191,164). Sum of RGB (Red+Green+Blue) = 119+191+164=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #77BFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BFA4 is #88405B. Grayscale: #A6A6A6. Windows color (decimal): -8929372 or 10796919. OLE color: 10796919.

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

Color convert

RGB119191164-
CMYK0.3800.140.25
HSL157.5º36%60.78%-
HSV(B)157.5º37.7%74.9%-
XYZ32.9443.8641.85-
YUV166.39126.6594.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.11%
GREEN value IS 191 (75% from 255) = 40.30%
BLUE value IS 164 (64.45% from 255) = 34.60%
R=25.11%
G=40.30%
B=34.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191911640.3800.140.25157.53660.78
Hex77BFA4260E199e243d
Octal16727724446016312364475
Binary11101111011111110100100100110011101100110011110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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