Html Css Color HEX #77BFB4 Monte Carlo

📋 copy color: '#77BFB4'

red 119 ◦ green 191 ◦ blue 180

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

Shades of Monte Carlo #77BFB4

Tints of Monte Carlo #77BFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.73%

R = 24.29%
G = 38.98%
B = 36.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#77BFB4 (or 0x77BFB4) is known color: Monte Carlo. HEX triplet: 77, BF and B4. RGB value is (119,191,180). Sum of RGB (Red+Green+Blue) = 119+191+180=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #77BFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFB4 is #88404B. Grayscale: #A8A8A8. Windows color (decimal): -8929356 or 11845495. OLE color: 11845495.

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

Color convert

RGB 119 191 180 -
CMYK 0.38 0 0.06 0.25
HSL 170.83º 0.36% 0.61% -
HSV(B) 170.83º 0.38% 0.75% -
XYZ 34.48 44.48 49.95 -
YUV 168.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 119 191 180 0.38 0 0.06 0.25 170.83 0.36 0.61
Hex 77 BF B4 26 0 6 19 AB 24 3D
Octal 167 277 264 46 0 6 31 253 44 75
Binary 1110111 10111111 10110100 100110 0 110 11001 10101011 100100 111101

Color Harmonies of #77BFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BFB4

Black with #77BFB4

Text Example


Text Example

White with #77BFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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