Html Css Color HEX #77C2AC Monte Carlo

📋 copy color: '#77C2AC'

red 119 ◦ green 194 ◦ blue 172

#77C2AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monte Carlo #77C2AC

Tints of Monte Carlo #77C2AC

RGB

 RED value IS 119 (46.88% from 255) = 24.54%

 GREEN value IS 194 (76.17% from 255) = 40%

 BLUE value IS 172 (67.58% from 255) = 35.46%

R = 24.54%
G = 40%
B = 35.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#77C2AC (or 0x77C2AC) is known color: Monte Carlo. HEX triplet: 77, C2 and AC. RGB value is (119,194,172). Sum of RGB (Red+Green+Blue) = 119+194+172=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #77C2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C2AC is #883D53. Grayscale: #A9A9A9. Windows color (decimal): -8928596 or 11321975. OLE color: 11321975.

HSL color Cylindrical-coordinate representation of color #77C2AC: hue angle of 162.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C2AC is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 194 172 -
CMYK 0.39 0 0.11 0.24
HSL 162.4º 0.38% 0.61% -
HSV(B) 162.4º 0.39% 0.76% -
XYZ 34.35 45.48 46 -
YUV 169.07 129.65 92.29 -
System Red Green Blue C M Y K H S L
Decimal 119 194 172 0.39 0 0.11 0.24 162.4 0.38 0.61
Hex 77 C2 AC 27 0 B 18 A2 26 3D
Octal 167 302 254 47 0 13 30 242 46 75
Binary 1110111 11000010 10101100 100111 0 1011 11000 10100010 100110 111101

Color Harmonies of #77C2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C2AC

Black with #77C2AC

Text Example


Text Example

White with #77C2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,194,172); }

 H1.HeaderClassName
 {
   color: #77C2AC;
 }
 .AnyTagClassName
 {
   color: #77C2AC;
 }
</style>

background-color css

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

 a { background-color: rgb(119,194,172); }

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

border-color css

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

 span { border-color: rgb(119,194,172); }

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