#77B494

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

Shades of Padua #77B494

Tints of Padua #77B494

Color information

#77B494 (or 0x77B494) is unknown color: approx Padua. HEX triplet: 77, B4 and 94. RGB value is (119,180,148). Sum of RGB (Red+Green+Blue) = 119+180+148=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #77B494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B494 is #884B6B. Grayscale: #9E9E9E. Windows color (decimal): -8932204 or 9745527. OLE color: 9745527.

HSL color Cylindrical-coordinate representation of color #77B494: hue angle of 148.52º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B494 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB119180148-
CMYK0.3400.180.29
HSL148.52º28.91%58.63%-
HSV(B)148.52º33.89%70.59%-
XYZ29.2738.733.94-
YUV158.11122.29100.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.62%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 148 (58.20% from 255) = 33.11%
R=26.62%
G=40.27%
B=33.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191801480.3400.180.29148.5228.9158.63
Hex77B494220121D951d3b
Octal16726422442022352253573
Binary11101111011010010010100100010010010111011001010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,180,148); }

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

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

 a { background-color: rgb(119,180,148); }

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

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

 span { border-color: rgb(119,180,148); }

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