#77B794

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

Shades of Padua #77B794

Tints of Padua #77B794

Color information

#77B794 (or 0x77B794) is unknown color: approx Padua. HEX triplet: 77, B7 and 94. RGB value is (119,183,148). Sum of RGB (Red+Green+Blue) = 119+183+148=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #77B794 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B794 is #88486B. Grayscale: #9F9F9F. Windows color (decimal): -8931436 or 9746295. OLE color: 9746295.

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

Color convert

RGB119183148-
CMYK0.3500.190.28
HSL147.19º30.77%59.22%-
HSV(B)147.19º34.97%71.76%-
XYZ29.8939.9334.15-
YUV159.87121.398.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.44%
GREEN value IS 183 (71.88% from 255) = 40.67%
BLUE value IS 148 (58.20% from 255) = 32.89%
R=26.44%
G=40.67%
B=32.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1191831480.3500.190.28147.1930.7759.22
Hex77B794230131C931f3b
Octal16726722443023342233773
Binary11101111011011110010100100011010011111001001001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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