#77B796

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

Shades of Padua #77B796

Tints of Padua #77B796

Color information

#77B796 (or 0x77B796) is unknown color: approx Padua. HEX triplet: 77, B7 and 96. RGB value is (119,183,150). Sum of RGB (Red+Green+Blue) = 119+183+150=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #77B796 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B796 is #884869. Grayscale: #A0A0A0. Windows color (decimal): -8931434 or 9877367. OLE color: 9877367.

HSL color Cylindrical-coordinate representation of color #77B796: hue angle of 149.06º 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 #77B796 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB119183150-
CMYK0.3500.180.28
HSL149.06º30.77%59.22%-
HSV(B)149.06º34.97%71.76%-
XYZ30.0539.9934.99-
YUV160.1122.398.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.33%
GREEN value IS 183 (71.88% from 255) = 40.49%
BLUE value IS 150 (58.98% from 255) = 33.19%
R=26.33%
G=40.49%
B=33.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1191831500.3500.180.28149.0630.7759.22
Hex77B796230121C951f3b
Octal16726722643022342253773
Binary11101111011011110010110100011010010111001001010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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