Html Css Color HEX #77BFBC Monte Carlo

📋 copy color: '#77BFBC'

red 119 ◦ green 191 ◦ blue 188

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

Shades of Monte Carlo #77BFBC

Tints of Monte Carlo #77BFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.75%

R = 23.9%
G = 38.35%
B = 37.75%

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

#77BFBC (or 0x77BFBC) is known color: Monte Carlo. HEX triplet: 77, BF and BC. RGB value is (119,191,188). Sum of RGB (Red+Green+Blue) = 119+191+188=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #77BFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFBC is #884043. Grayscale: #A9A9A9. Windows color (decimal): -8929348 or 12369783. OLE color: 12369783.

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

Color convert

RGB 119 191 188 -
CMYK 0.38 0 0.02 0.25
HSL 177.5º 0.36% 0.61% -
HSV(B) 177.5º 0.38% 0.75% -
XYZ 35.32 44.81 54.37 -
YUV 169.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 119 191 188 0.38 0 0.02 0.25 177.5 0.36 0.61
Hex 77 BF BC 26 0 2 19 B2 24 3D
Octal 167 277 274 46 0 2 31 262 44 75
Binary 1110111 10111111 10111100 100110 0 10 11001 10110010 100100 111101

Color Harmonies of #77BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BFBC

Black with #77BFBC

Text Example


Text Example

White with #77BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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