#77C0B4

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

Shades of Monte Carlo #77C0B4

Tints of Monte Carlo #77C0B4

Color information

#77C0B4 (or 0x77C0B4) is unknown color: approx Monte Carlo. HEX triplet: 77, C0 and B4. RGB value is (119,192,180). Sum of RGB (Red+Green+Blue) = 119+192+180=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #77C0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C0B4 is #883F4B. Grayscale: #A8A8A8. Windows color (decimal): -8929100 or 11845751. OLE color: 11845751.

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

Color convert

RGB119192180-
CMYK0.3800.060.25
HSL170.14º36.68%60.98%-
HSV(B)170.14º38.02%75.29%-
XYZ34.744.9250.02-
YUV168.8134.3292.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.24%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=24.24%
G=39.10%
B=36.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191921800.3800.060.25170.1436.6860.98
Hex77C0B4260619aa253d
Octal1673002644606312524575
Binary1110111110000001011010010011001101100110101010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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