Html Css Color HEX #77C0BD Monte Carlo

📋 copy color: '#77C0BD'

red 119 ◦ green 192 ◦ blue 189

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

Shades of Monte Carlo #77C0BD

Tints of Monte Carlo #77C0BD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.4%

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

R = 23.8%
G = 38.4%
B = 37.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#77C0BD (or 0x77C0BD) is known color: Monte Carlo. HEX triplet: 77, C0 and BD. RGB value is (119,192,189). Sum of RGB (Red+Green+Blue) = 119+192+189=500 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.8% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #77C0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C0BD is #883F42. Grayscale: #A9A9A9. Windows color (decimal): -8929091 or 12435575. OLE color: 12435575.

HSL color Cylindrical-coordinate representation of color #77C0BD: hue angle of 177.53º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C0BD is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 192 189 -
CMYK 0.38 0 0.02 0.25
HSL 177.53º 0.37% 0.61% -
HSV(B) 177.53º 0.38% 0.75% -
XYZ 35.64 45.3 55.01 -
YUV 169.83 138.82 91.74 -
System Red Green Blue C M Y K H S L
Decimal 119 192 189 0.38 0 0.02 0.25 177.53 0.37 0.61
Hex 77 C0 BD 26 0 2 19 B2 25 3D
Octal 167 300 275 46 0 2 31 262 45 75
Binary 1110111 11000000 10111101 100110 0 10 11001 10110010 100101 111101

Color Harmonies of #77C0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C0BD

Black with #77C0BD

Text Example


Text Example

White with #77C0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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