Html Css Color HEX #77C1A5 Monte Carlo

📋 copy color: '#77C1A5'

red 119 ◦ green 193 ◦ blue 165

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

Shades of Monte Carlo #77C1A5

Tints of Monte Carlo #77C1A5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.46%

 BLUE value IS 165 (64.84% from 255) = 34.59%

R = 24.95%
G = 40.46%
B = 34.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#77C1A5 (or 0x77C1A5) is known color: Monte Carlo. HEX triplet: 77, C1 and A5. RGB value is (119,193,165). Sum of RGB (Red+Green+Blue) = 119+193+165=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #77C1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C1A5 is #883E5A. Grayscale: #A7A7A7. Windows color (decimal): -8928859 or 10862967. OLE color: 10862967.

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

Color convert

RGB 119 193 165 -
CMYK 0.38 0 0.15 0.24
HSL 157.3º 0.37% 0.61% -
HSV(B) 157.3º 0.38% 0.76% -
XYZ 33.47 44.78 42.48 -
YUV 167.68 126.48 93.28 -
System Red Green Blue C M Y K H S L
Decimal 119 193 165 0.38 0 0.15 0.24 157.3 0.37 0.61
Hex 77 C1 A5 26 0 F 18 9D 25 3D
Octal 167 301 245 46 0 17 30 235 45 75
Binary 1110111 11000001 10100101 100110 0 1111 11000 10011101 100101 111101

Color Harmonies of #77C1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C1A5

Black with #77C1A5

Text Example


Text Example

White with #77C1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,193,165); }

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

background-color css

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

 a { background-color: rgb(119,193,165); }

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

border-color css

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

 span { border-color: rgb(119,193,165); }

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