Html Css Color HEX #77C0A7 Monte Carlo

📋 copy color: '#77C0A7'

red 119 ◦ green 192 ◦ blue 167

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

Shades of Monte Carlo #77C0A7

Tints of Monte Carlo #77C0A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.94%

R = 24.9%
G = 40.17%
B = 34.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#77C0A7 (or 0x77C0A7) is known color: Monte Carlo. HEX triplet: 77, C0 and A7. RGB value is (119,192,167). Sum of RGB (Red+Green+Blue) = 119+192+167=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #77C0A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C0A7 is #883F58. Grayscale: #A7A7A7. Windows color (decimal): -8929113 or 10993783. OLE color: 10993783.

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

Color convert

RGB 119 192 167 -
CMYK 0.38 0 0.13 0.25
HSL 159.45º 0.37% 0.61% -
HSV(B) 159.45º 0.38% 0.75% -
XYZ 33.43 44.41 43.37 -
YUV 167.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 119 192 167 0.38 0 0.13 0.25 159.45 0.37 0.61
Hex 77 C0 A7 26 0 D 19 9F 25 3D
Octal 167 300 247 46 0 15 31 237 45 75
Binary 1110111 11000000 10100111 100110 0 1101 11001 10011111 100101 111101

Color Harmonies of #77C0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C0A7

Black with #77C0A7

Text Example


Text Example

White with #77C0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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