Html Css Color HEX #77CBB6 Monte Carlo

📋 copy color: '#77CBB6'

red 119 ◦ green 203 ◦ blue 182

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

Shades of Monte Carlo #77CBB6

Tints of Monte Carlo #77CBB6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.28%

 BLUE value IS 182 (71.48% from 255) = 36.11%

R = 23.61%
G = 40.28%
B = 36.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#77CBB6 (or 0x77CBB6) is known color: Monte Carlo. HEX triplet: 77, CB and B6. RGB value is (119,203,182). Sum of RGB (Red+Green+Blue) = 119+203+182=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #77CBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CBB6 is #883449. Grayscale: #AFAFAF. Windows color (decimal): -8926282 or 11979639. OLE color: 11979639.

HSL color Cylindrical-coordinate representation of color #77CBB6: hue angle of 165º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CBB6 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 203 182 -
CMYK 0.41 0 0.10 0.20
HSL 165º 0.45% 0.63% -
HSV(B) 165º 0.41% 0.8% -
XYZ 37.41 50.01 51.94 -
YUV 175.49 131.67 87.71 -
System Red Green Blue C M Y K H S L
Decimal 119 203 182 0.41 0 0.10 0.20 165 0.45 0.63
Hex 77 CB B6 29 0 A 14 A5 2D 3F
Octal 167 313 266 51 0 12 24 245 55 77
Binary 1110111 11001011 10110110 101001 0 1010 10100 10100101 101101 111111

Color Harmonies of #77CBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CBB6

Black with #77CBB6

Text Example


Text Example

White with #77CBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,203,182); }

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

background-color css

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

 a { background-color: rgb(119,203,182); }

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

border-color css

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

 span { border-color: rgb(119,203,182); }

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