Html Css Color HEX #77BA9C Padua

📋 copy color: '#77BA9C'

red 119 ◦ green 186 ◦ blue 156

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

Shades of Padua #77BA9C

Tints of Padua #77BA9C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.35%

 BLUE value IS 156 (61.33% from 255) = 33.84%

R = 25.81%
G = 40.35%
B = 33.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#77BA9C (or 0x77BA9C) is known color: Padua. HEX triplet: 77, BA and 9C. RGB value is (119,186,156). Sum of RGB (Red+Green+Blue) = 119+186+156=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BA9C is #884563. Grayscale: #A2A2A2. Windows color (decimal): -8930660 or 10271351. OLE color: 10271351.

HSL color Cylindrical-coordinate representation of color #77BA9C: hue angle of 153.13º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BA9C is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 186 156 -
CMYK 0.36 0 0.16 0.27
HSL 153.13º 0.33% 0.6% -
HSV(B) 153.13º 0.36% 0.73% -
XYZ 31.17 41.44 37.81 -
YUV 162.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 119 186 156 0.36 0 0.16 0.27 153.13 0.33 0.6
Hex 77 BA 9C 24 0 10 1B 99 21 3C
Octal 167 272 234 44 0 20 33 231 41 74
Binary 1110111 10111010 10011100 100100 0 10000 11011 10011001 100001 111100

Color Harmonies of #77BA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BA9C

Black with #77BA9C

Text Example


Text Example

White with #77BA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,186,156); }

 H1.HeaderClassName
 {
   color: #77BA9C;
 }
 .AnyTagClassName
 {
   color: #77BA9C;
 }
</style>

background-color css

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

 a { background-color: rgb(119,186,156); }

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

border-color css

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

 span { border-color: rgb(119,186,156); }

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