Html Css Color HEX #77BEB2 Monte Carlo

📋 copy color: '#77BEB2'

red 119 ◦ green 190 ◦ blue 178

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

Shades of Monte Carlo #77BEB2

Tints of Monte Carlo #77BEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.55%

R = 24.44%
G = 39.01%
B = 36.55%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#77BEB2 (or 0x77BEB2) is known color: Monte Carlo. HEX triplet: 77, BE and B2. RGB value is (119,190,178). Sum of RGB (Red+Green+Blue) = 119+190+178=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #77BEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BEB2 is #88414D. Grayscale: #A7A7A7. Windows color (decimal): -8929614 or 11714167. OLE color: 11714167.

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

Color convert

RGB 119 190 178 -
CMYK 0.37 0 0.06 0.25
HSL 169.86º 0.35% 0.61% -
HSV(B) 169.86º 0.37% 0.75% -
XYZ 34.06 43.96 48.81 -
YUV 167.4 133.98 93.48 -
System Red Green Blue C M Y K H S L
Decimal 119 190 178 0.37 0 0.06 0.25 169.86 0.35 0.61
Hex 77 BE B2 25 0 6 19 AA 23 3D
Octal 167 276 262 45 0 6 31 252 43 75
Binary 1110111 10111110 10110010 100101 0 110 11001 10101010 100011 111101

Color Harmonies of #77BEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BEB2

Black with #77BEB2

Text Example


Text Example

White with #77BEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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