#77BB9C

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

Shades of Padua #77BB9C

Tints of Padua #77BB9C

Color information

#77BB9C (or 0x77BB9C) is unknown color: approx Padua. HEX triplet: 77, BB and 9C. RGB value is (119,187,156). Sum of RGB (Red+Green+Blue) = 119+187+156=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #77BB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BB9C is #884463. Grayscale: #A3A3A3. Windows color (decimal): -8930404 or 10271607. OLE color: 10271607.

HSL color Cylindrical-coordinate representation of color #77BB9C: hue angle of 152.65º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BB9C is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB119187156-
CMYK0.3600.170.27
HSL152.65º33.33%60%-
HSV(B)152.65º36.36%73.33%-
XYZ31.3841.8637.88-
YUV163.13123.9796.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.76%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 156 (61.33% from 255) = 33.77%
R=25.76%
G=40.48%
B=33.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191871560.3600.170.27152.6533.3360
Hex77BB9C240111B99213c
Octal16727323444021332314174
Binary111011110111011100111001001000100011101110011001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,187,156); }

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

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

 a { background-color: rgb(119,187,156); }

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

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

 span { border-color: rgb(119,187,156); }

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