Html Css Color HEX #77C6BD Monte Carlo

📋 copy color: '#77C6BD'

red 119 ◦ green 198 ◦ blue 189

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

Shades of Monte Carlo #77C6BD

Tints of Monte Carlo #77C6BD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.13%

 BLUE value IS 189 (74.22% from 255) = 37.35%

R = 23.52%
G = 39.13%
B = 37.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#77C6BD (or 0x77C6BD) is known color: Monte Carlo. HEX triplet: 77, C6 and BD. RGB value is (119,198,189). Sum of RGB (Red+Green+Blue) = 119+198+189=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #77C6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C6BD is #883942. Grayscale: #ADADAD. Windows color (decimal): -8927555 or 12437111. OLE color: 12437111.

HSL color Cylindrical-coordinate representation of color #77C6BD: hue angle of 173.16º degrees, saturation: 0.41, 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 #77C6BD is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 119 198 189 -
CMYK 0.40 0 0.05 0.22
HSL 173.16º 0.41% 0.62% -
HSV(B) 173.16º 0.4% 0.78% -
XYZ 36.99 47.98 55.46 -
YUV 173.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 119 198 189 0.40 0 0.05 0.22 173.16 0.41 0.62
Hex 77 C6 BD 28 0 5 16 AD 29 3E
Octal 167 306 275 50 0 5 26 255 51 76
Binary 1110111 11000110 10111101 101000 0 101 10110 10101101 101001 111110

Color Harmonies of #77C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C6BD

Black with #77C6BD

Text Example


Text Example

White with #77C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,198,189); }

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

background-color css

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

 a { background-color: rgb(119,198,189); }

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

border-color css

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

 span { border-color: rgb(119,198,189); }

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