Html Css Color HEX #77BFB7 Monte Carlo

📋 copy color: '#77BFB7'

red 119 ◦ green 191 ◦ blue 183

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

Shades of Monte Carlo #77BFB7

Tints of Monte Carlo #77BFB7

RGB

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

 GREEN value IS 191 (75% from 255) = 38.74%

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

R = 24.14%
G = 38.74%
B = 37.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#77BFB7 (or 0x77BFB7) is known color: Monte Carlo. HEX triplet: 77, BF and B7. RGB value is (119,191,183). Sum of RGB (Red+Green+Blue) = 119+191+183=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #77BFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFB7 is #884048. Grayscale: #A8A8A8. Windows color (decimal): -8929353 or 12042103. OLE color: 12042103.

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

Color convert

RGB 119 191 183 -
CMYK 0.38 0 0.04 0.25
HSL 173.33º 0.36% 0.61% -
HSV(B) 173.33º 0.38% 0.75% -
XYZ 34.79 44.6 51.58 -
YUV 168.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 119 191 183 0.38 0 0.04 0.25 173.33 0.36 0.61
Hex 77 BF B7 26 0 4 19 AD 24 3D
Octal 167 277 267 46 0 4 31 255 44 75
Binary 1110111 10111111 10110111 100110 0 100 11001 10101101 100100 111101

Color Harmonies of #77BFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BFB7

Black with #77BFB7

Text Example


Text Example

White with #77BFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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