#77C7B6

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

Shades of Monte Carlo #77C7B6

Tints of Monte Carlo #77C7B6

Color information

#77C7B6 (or 0x77C7B6) is unknown color: approx Monte Carlo. HEX triplet: 77, C7 and B6. RGB value is (119,199,182). Sum of RGB (Red+Green+Blue) = 119+199+182=500 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.8% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 199 - color contains mainly: green. Hex color #77C7B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C7B6 is #883849. Grayscale: #ADADAD. Windows color (decimal): -8927306 or 11978615. OLE color: 11978615.

HSL color Cylindrical-coordinate representation of color #77C7B6: hue angle of 167.25º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C7B6 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB119199182-
CMYK0.4000.090.22
HSL167.25º41.67%62.35%-
HSV(B)167.25º40.2%78.04%-
XYZ36.4748.1551.63-
YUV173.1413389.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.8%
GREEN value IS 199 (78.12% from 255) = 39.8%
BLUE value IS 182 (71.48% from 255) = 36.4%
R=23.8%
G=39.8%
B=36.4%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191991820.4000.090.22167.2541.6762.35
Hex77C7B6280916a72a3e
Octal16730726650011262475276
Binary11101111100011110110110101000010011011010100111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,199,182); }

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

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

 a { background-color: rgb(119,199,182); }

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

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

 span { border-color: rgb(119,199,182); }

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