Html Css Color HEX #77CAB2 Monte Carlo

📋 copy color: '#77CAB2'

red 119 ◦ green 202 ◦ blue 178

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

Shades of Monte Carlo #77CAB2

Tints of Monte Carlo #77CAB2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.48%

 BLUE value IS 178 (69.92% from 255) = 35.67%

R = 23.85%
G = 40.48%
B = 35.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#77CAB2 (or 0x77CAB2) is known color: Monte Carlo. HEX triplet: 77, CA and B2. RGB value is (119,202,178). Sum of RGB (Red+Green+Blue) = 119+202+178=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #77CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CAB2 is #88354D. Grayscale: #AEAEAE. Windows color (decimal): -8926542 or 11717239. OLE color: 11717239.

HSL color Cylindrical-coordinate representation of color #77CAB2: hue angle of 162.65º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CAB2 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 202 178 -
CMYK 0.41 0 0.12 0.21
HSL 162.65º 0.44% 0.63% -
HSV(B) 162.65º 0.41% 0.79% -
XYZ 36.76 49.38 49.71 -
YUV 174.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 119 202 178 0.41 0 0.12 0.21 162.65 0.44 0.63
Hex 77 CA B2 29 0 C 15 A3 2C 3F
Octal 167 312 262 51 0 14 25 243 54 77
Binary 1110111 11001010 10110010 101001 0 1100 10101 10100011 101100 111111

Color Harmonies of #77CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CAB2

Black with #77CAB2

Text Example


Text Example

White with #77CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,202,178); }

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

background-color css

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

 a { background-color: rgb(119,202,178); }

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

border-color css

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

 span { border-color: rgb(119,202,178); }

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