Html Css Color HEX #77C49B Padua

📋 copy color: '#77C49B'

red 119 ◦ green 196 ◦ blue 155

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

Shades of Padua #77C49B

Tints of Padua #77C49B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.7%

 BLUE value IS 155 (60.94% from 255) = 32.98%

R = 25.32%
G = 41.7%
B = 32.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#77C49B (or 0x77C49B) is known color: Padua. HEX triplet: 77, C4 and 9B. RGB value is (119,196,155). Sum of RGB (Red+Green+Blue) = 119+196+155=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #77C49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C49B is #883B64. Grayscale: #A8A8A8. Windows color (decimal): -8928101 or 10208375. OLE color: 10208375.

HSL color Cylindrical-coordinate representation of color #77C49B: hue angle of 148.05º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C49B is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 196 155 -
CMYK 0.39 0 0.21 0.23
HSL 148.05º 0.39% 0.62% -
HSV(B) 148.05º 0.39% 0.77% -
XYZ 33.26 45.77 38.09 -
YUV 168.3 120.49 92.83 -
System Red Green Blue C M Y K H S L
Decimal 119 196 155 0.39 0 0.21 0.23 148.05 0.39 0.62
Hex 77 C4 9B 27 0 15 17 94 27 3E
Octal 167 304 233 47 0 25 27 224 47 76
Binary 1110111 11000100 10011011 100111 0 10101 10111 10010100 100111 111110

Color Harmonies of #77C49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C49B

Black with #77C49B

Text Example


Text Example

White with #77C49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,196,155); }

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

background-color css

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

 a { background-color: rgb(119,196,155); }

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

border-color css

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

 span { border-color: rgb(119,196,155); }

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