#77B799

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

Shades of Padua #77B799

Tints of Padua #77B799

Color information

#77B799 (or 0x77B799) is unknown color: approx Padua. HEX triplet: 77, B7 and 99. RGB value is (119,183,153). Sum of RGB (Red+Green+Blue) = 119+183+153=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #77B799 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B799 is #884866. Grayscale: #A0A0A0. Windows color (decimal): -8931431 or 10073975. OLE color: 10073975.

HSL color Cylindrical-coordinate representation of color #77B799: hue angle of 151.88º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77B799 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB119183153-
CMYK0.3500.160.28
HSL151.88º30.77%59.22%-
HSV(B)151.88º34.97%71.76%-
XYZ30.2940.0936.28-
YUV160.44123.898.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.15%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=26.15%
G=40.22%
B=33.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1191831530.3500.160.28151.8830.7759.22
Hex77B799230101C981f3b
Octal16726723143020342303773
Binary11101111011011110011001100011010000111001001100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,183,153); }

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

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

 a { background-color: rgb(119,183,153); }

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

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

 span { border-color: rgb(119,183,153); }

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