Html Css Color HEX #77BFBB Monte Carlo

📋 copy color: '#77BFBB'

red 119 ◦ green 191 ◦ blue 187

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

Shades of Monte Carlo #77BFBB

Tints of Monte Carlo #77BFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.63%

R = 23.94%
G = 38.43%
B = 37.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#77BFBB (or 0x77BFBB) is known color: Monte Carlo. HEX triplet: 77, BF and BB. RGB value is (119,191,187). Sum of RGB (Red+Green+Blue) = 119+191+187=497 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.94% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #77BFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFBB is #884044. Grayscale: #A8A8A8. Windows color (decimal): -8929349 or 12304247. OLE color: 12304247.

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

Color convert

RGB 119 191 187 -
CMYK 0.38 0 0.02 0.25
HSL 176.67º 0.36% 0.61% -
HSV(B) 176.67º 0.38% 0.75% -
XYZ 35.21 44.77 53.8 -
YUV 169.02 138.15 92.33 -
System Red Green Blue C M Y K H S L
Decimal 119 191 187 0.38 0 0.02 0.25 176.67 0.36 0.61
Hex 77 BF BB 26 0 2 19 B1 24 3D
Octal 167 277 273 46 0 2 31 261 44 75
Binary 1110111 10111111 10111011 100110 0 10 11001 10110001 100100 111101

Color Harmonies of #77BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BFBB

Black with #77BFBB

Text Example


Text Example

White with #77BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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