Html Css Color HEX #77C8BB Monte Carlo

📋 copy color: '#77C8BB'

red 119 ◦ green 200 ◦ blue 187

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

Shades of Monte Carlo #77C8BB

Tints of Monte Carlo #77C8BB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.53%

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

R = 23.52%
G = 39.53%
B = 36.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#77C8BB (or 0x77C8BB) is known color: Monte Carlo. HEX triplet: 77, C8 and BB. RGB value is (119,200,187). Sum of RGB (Red+Green+Blue) = 119+200+187=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #77C8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C8BB is #883744. Grayscale: #AEAEAE. Windows color (decimal): -8927045 or 12306551. OLE color: 12306551.

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

Color convert

RGB 119 200 187 -
CMYK 0.40 0 0.06 0.22
HSL 170.37º 0.42% 0.63% -
HSV(B) 170.37º 0.41% 0.78% -
XYZ 37.23 48.82 54.47 -
YUV 174.3 135.16 88.56 -
System Red Green Blue C M Y K H S L
Decimal 119 200 187 0.40 0 0.06 0.22 170.37 0.42 0.63
Hex 77 C8 BB 28 0 6 16 AA 2A 3F
Octal 167 310 273 50 0 6 26 252 52 77
Binary 1110111 11001000 10111011 101000 0 110 10110 10101010 101010 111111

Color Harmonies of #77C8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C8BB

Black with #77C8BB

Text Example


Text Example

White with #77C8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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