Html Css Color HEX #77C3AB Monte Carlo

📋 copy color: '#77C3AB'

red 119 ◦ green 195 ◦ blue 171

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

Shades of Monte Carlo #77C3AB

Tints of Monte Carlo #77C3AB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.21%

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 24.54%
G = 40.21%
B = 35.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#77C3AB (or 0x77C3AB) is known color: Monte Carlo. HEX triplet: 77, C3 and AB. RGB value is (119,195,171). Sum of RGB (Red+Green+Blue) = 119+195+171=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #77C3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C3AB is #883C54. Grayscale: #A9A9A9. Windows color (decimal): -8928341 or 11256695. OLE color: 11256695.

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

Color convert

RGB 119 195 171 -
CMYK 0.39 0 0.12 0.24
HSL 161.05º 0.39% 0.62% -
HSV(B) 161.05º 0.39% 0.76% -
XYZ 34.47 45.89 45.57 -
YUV 169.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 119 195 171 0.39 0 0.12 0.24 161.05 0.39 0.62
Hex 77 C3 AB 27 0 C 18 A1 27 3E
Octal 167 303 253 47 0 14 30 241 47 76
Binary 1110111 11000011 10101011 100111 0 1100 11000 10100001 100111 111110

Color Harmonies of #77C3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C3AB

Black with #77C3AB

Text Example


Text Example

White with #77C3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,195,171); }

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

background-color css

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

 a { background-color: rgb(119,195,171); }

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

border-color css

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

 span { border-color: rgb(119,195,171); }

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