Html Css Color HEX #77B494 Padua

📋 copy color: '#77B494'

red 119 ◦ green 180 ◦ blue 148

#77B494
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #77B494

Tints of Padua #77B494

RGB

 RED value IS 119 (46.88% from 255) = 26.62%

 GREEN value IS 180 (70.7% from 255) = 40.27%

 BLUE value IS 148 (58.2% from 255) = 33.11%

R = 26.62%
G = 40.27%
B = 33.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#77B494 (or 0x77B494) is known color: 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

RGB 119 180 148 -
CMYK 0.34 0 0.18 0.29
HSL 148.52º 0.29% 0.59% -
HSV(B) 148.52º 0.34% 0.71% -
XYZ 29.27 38.7 33.94 -
YUV 158.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 119 180 148 0.34 0 0.18 0.29 148.52 0.29 0.59
Hex 77 B4 94 22 0 12 1D 95 1D 3B
Octal 167 264 224 42 0 22 35 225 35 73
Binary 1110111 10110100 10010100 100010 0 10010 11101 10010101 11101 111011

Color Harmonies of #77B494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B494

Black with #77B494

Text Example


Text Example

White with #77B494

Text Example


Text Example

HTML Codes & Css Web 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>