Html Css Color HEX #77C5BD Monte Carlo

📋 copy color: '#77C5BD'

red 119 ◦ green 197 ◦ blue 189

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

Shades of Monte Carlo #77C5BD

Tints of Monte Carlo #77C5BD

RGB

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

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

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

R = 23.56%
G = 39.01%
B = 37.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#77C5BD (or 0x77C5BD) is known color: Monte Carlo. HEX triplet: 77, C5 and BD. RGB value is (119,197,189). Sum of RGB (Red+Green+Blue) = 119+197+189=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #77C5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C5BD is #883A42. Grayscale: #ACACAC. Windows color (decimal): -8927811 or 12436855. OLE color: 12436855.

HSL color Cylindrical-coordinate representation of color #77C5BD: hue angle of 173.85º 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 #77C5BD is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 197 189 -
CMYK 0.40 0 0.04 0.23
HSL 173.85º 0.4% 0.62% -
HSV(B) 173.85º 0.4% 0.77% -
XYZ 36.76 47.53 55.38 -
YUV 172.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 119 197 189 0.40 0 0.04 0.23 173.85 0.4 0.62
Hex 77 C5 BD 28 0 4 17 AE 28 3E
Octal 167 305 275 50 0 4 27 256 50 76
Binary 1110111 11000101 10111101 101000 0 100 10111 10101110 101000 111110

Color Harmonies of #77C5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C5BD

Black with #77C5BD

Text Example


Text Example

White with #77C5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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