Html Css Color HEX #77C7BD Monte Carlo

📋 copy color: '#77C7BD'

red 119 ◦ green 199 ◦ blue 189

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

Shades of Monte Carlo #77C7BD

Tints of Monte Carlo #77C7BD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.25%

 BLUE value IS 189 (74.22% from 255) = 37.28%

R = 23.47%
G = 39.25%
B = 37.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#77C7BD (or 0x77C7BD) is known color: Monte Carlo. HEX triplet: 77, C7 and BD. RGB value is (119,199,189). Sum of RGB (Red+Green+Blue) = 119+199+189=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 199 - color contains mainly: green. Hex color #77C7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C7BD is #883842. Grayscale: #ADADAD. Windows color (decimal): -8927299 or 12437367. OLE color: 12437367.

HSL color Cylindrical-coordinate representation of color #77C7BD: hue angle of 172.5º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C7BD is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 119 199 189 -
CMYK 0.40 0 0.05 0.22
HSL 172.5º 0.42% 0.62% -
HSV(B) 172.5º 0.4% 0.78% -
XYZ 37.22 48.44 55.53 -
YUV 173.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 119 199 189 0.40 0 0.05 0.22 172.5 0.42 0.62
Hex 77 C7 BD 28 0 5 16 AC 2A 3E
Octal 167 307 275 50 0 5 26 254 52 76
Binary 1110111 11000111 10111101 101000 0 101 10110 10101100 101010 111110

Color Harmonies of #77C7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C7BD

Black with #77C7BD

Text Example


Text Example

White with #77C7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,199,189); }

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

background-color css

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

 a { background-color: rgb(119,199,189); }

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

border-color css

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

 span { border-color: rgb(119,199,189); }

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