#77AD8F

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

Shades of Padua #77AD8F

Tints of Padua #77AD8F

Color information

#77AD8F (or 0x77AD8F) is unknown color: approx Padua. HEX triplet: 77, AD and 8F. RGB value is (119,173,143). Sum of RGB (Red+Green+Blue) = 119+173+143=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #77AD8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AD8F is #885270. Grayscale: #999999. Windows color (decimal): -8934001 or 9416055. OLE color: 9416055.

HSL color Cylindrical-coordinate representation of color #77AD8F: hue angle of 146.67º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77AD8F is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB119173143-
CMYK0.3100.170.32
HSL146.67º24.77%57.25%-
HSV(B)146.67º31.21%67.84%-
XYZ27.5135.7931.45-
YUV153.43122.11103.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.36%
GREEN value IS 173 (67.97% from 255) = 39.77%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=27.36%
G=39.77%
B=32.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191731430.3100.170.32146.6724.7757.25
Hex77AD8F1F01120931939
Octal16725521737021402233171
Binary11101111010110110001111111110100011000001001001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,173,143); }

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

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

 a { background-color: rgb(119,173,143); }

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

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

 span { border-color: rgb(119,173,143); }

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