Html Css Color HEX #77C5BB Monte Carlo

📋 copy color: '#77C5BB'

red 119 ◦ green 197 ◦ blue 187

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

Shades of Monte Carlo #77C5BB

Tints of Monte Carlo #77C5BB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.17%

 BLUE value IS 187 (73.44% from 255) = 37.18%

R = 23.66%
G = 39.17%
B = 37.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#77C5BB (or 0x77C5BB) is known color: Monte Carlo. HEX triplet: 77, C5 and BB. RGB value is (119,197,187). Sum of RGB (Red+Green+Blue) = 119+197+187=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #77C5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C5BB is #883A44. Grayscale: #ACACAC. Windows color (decimal): -8927813 or 12305783. OLE color: 12305783.

HSL color Cylindrical-coordinate representation of color #77C5BB: hue angle of 172.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C5BB is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 197 187 -
CMYK 0.40 0 0.05 0.23
HSL 172.31º 0.4% 0.62% -
HSV(B) 172.31º 0.4% 0.77% -
XYZ 36.54 47.44 54.24 -
YUV 172.54 136.16 89.81 -
System Red Green Blue C M Y K H S L
Decimal 119 197 187 0.40 0 0.05 0.23 172.31 0.4 0.62
Hex 77 C5 BB 28 0 5 17 AC 28 3E
Octal 167 305 273 50 0 5 27 254 50 76
Binary 1110111 11000101 10111011 101000 0 101 10111 10101100 101000 111110

Color Harmonies of #77C5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C5BB

Black with #77C5BB

Text Example


Text Example

White with #77C5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,197,187); }

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

background-color css

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

 a { background-color: rgb(119,197,187); }

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

border-color css

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

 span { border-color: rgb(119,197,187); }

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