Html Css Color HEX #77C0B7 Monte Carlo

📋 copy color: '#77C0B7'

red 119 ◦ green 192 ◦ blue 183

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

Shades of Monte Carlo #77C0B7

Tints of Monte Carlo #77C0B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.04%

R = 24.09%
G = 38.87%
B = 37.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#77C0B7 (or 0x77C0B7) is known color: Monte Carlo. HEX triplet: 77, C0 and B7. RGB value is (119,192,183). Sum of RGB (Red+Green+Blue) = 119+192+183=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #77C0B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C0B7 is #883F48. Grayscale: #A9A9A9. Windows color (decimal): -8929097 or 12042359. OLE color: 12042359.

HSL color Cylindrical-coordinate representation of color #77C0B7: hue angle of 172.6º 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 #77C0B7 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 192 183 -
CMYK 0.38 0 0.05 0.25
HSL 172.6º 0.37% 0.61% -
HSV(B) 172.6º 0.38% 0.75% -
XYZ 35 45.04 51.65 -
YUV 169.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 119 192 183 0.38 0 0.05 0.25 172.6 0.37 0.61
Hex 77 C0 B7 26 0 5 19 AD 25 3D
Octal 167 300 267 46 0 5 31 255 45 75
Binary 1110111 11000000 10110111 100110 0 101 11001 10101101 100101 111101

Color Harmonies of #77C0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C0B7

Black with #77C0B7

Text Example


Text Example

White with #77C0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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