Html Css Color HEX #77BEB9 Monte Carlo

📋 copy color: '#77BEB9'

red 119 ◦ green 190 ◦ blue 185

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

Shades of Monte Carlo #77BEB9

Tints of Monte Carlo #77BEB9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.46%

 BLUE value IS 185 (72.66% from 255) = 37.45%

R = 24.09%
G = 38.46%
B = 37.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#77BEB9 (or 0x77BEB9) is known color: Monte Carlo. HEX triplet: 77, BE and B9. RGB value is (119,190,185). Sum of RGB (Red+Green+Blue) = 119+190+185=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #77BEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BEB9 is #884146. Grayscale: #A8A8A8. Windows color (decimal): -8929607 or 12172919. OLE color: 12172919.

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

Color convert

RGB 119 190 185 -
CMYK 0.37 0 0.03 0.25
HSL 175.77º 0.35% 0.61% -
HSV(B) 175.77º 0.37% 0.75% -
XYZ 34.78 44.25 52.61 -
YUV 168.2 137.48 92.91 -
System Red Green Blue C M Y K H S L
Decimal 119 190 185 0.37 0 0.03 0.25 175.77 0.35 0.61
Hex 77 BE B9 25 0 3 19 B0 23 3D
Octal 167 276 271 45 0 3 31 260 43 75
Binary 1110111 10111110 10111001 100101 0 11 11001 10110000 100011 111101

Color Harmonies of #77BEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BEB9

Black with #77BEB9

Text Example


Text Example

White with #77BEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,190,185); }

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

background-color css

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

 a { background-color: rgb(119,190,185); }

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

border-color css

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

 span { border-color: rgb(119,190,185); }

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