#77CAB1

Color #77CAB1 Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #77CAB1

Tints of Monte Carlo #77CAB1

Color information

#77CAB1 (or 0x77CAB1) is unknown color: approx Monte Carlo. HEX triplet: 77, CA and B1. RGB value is (119,202,177). Sum of RGB (Red+Green+Blue) = 119+202+177=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #77CAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CAB1 is #88354E. Grayscale: #AEAEAE. Windows color (decimal): -8926543 or 11651703. OLE color: 11651703.

HSL color Cylindrical-coordinate representation of color #77CAB1: hue angle of 161.93º 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 #77CAB1 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB119202177-
CMYK0.4100.120.21
HSL161.93º43.92%62.94%-
HSV(B)161.93º41.09%79.22%-
XYZ36.6649.3449.19-
YUV174.33129.588.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.90%
GREEN value IS 202 (79.30% from 255) = 40.56%
BLUE value IS 177 (69.53% from 255) = 35.54%
R=23.90%
G=40.56%
B=35.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1192021770.4100.120.21161.9343.9262.94
Hex77CAB1290C15a22c3f
Octal16731226151014252425477
Binary11101111100101010110001101001011001010110100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77CAB1;
 }
 .AnyTagClassName
 {
   color: #77CAB1;
 }
</style>
background-color css

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

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

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

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

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

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