Html Css Color HEX #77C09B Padua

📋 copy color: '#77C09B'

red 119 ◦ green 192 ◦ blue 155

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

Shades of Padua #77C09B

Tints of Padua #77C09B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.2%

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

R = 25.54%
G = 41.2%
B = 33.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#77C09B (or 0x77C09B) is known color: Padua. HEX triplet: 77, C0 and 9B. RGB value is (119,192,155). Sum of RGB (Red+Green+Blue) = 119+192+155=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #77C09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C09B is #883F64. Grayscale: #A6A6A6. Windows color (decimal): -8929125 or 10207351. OLE color: 10207351.

HSL color Cylindrical-coordinate representation of color #77C09B: hue angle of 149.59º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C09B is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 192 155 -
CMYK 0.38 0 0.19 0.25
HSL 149.59º 0.37% 0.61% -
HSV(B) 149.59º 0.38% 0.75% -
XYZ 32.37 43.99 37.79 -
YUV 165.96 121.82 94.51 -
System Red Green Blue C M Y K H S L
Decimal 119 192 155 0.38 0 0.19 0.25 149.59 0.37 0.61
Hex 77 C0 9B 26 0 13 19 96 25 3D
Octal 167 300 233 46 0 23 31 226 45 75
Binary 1110111 11000000 10011011 100110 0 10011 11001 10010110 100101 111101

Color Harmonies of #77C09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C09B

Black with #77C09B

Text Example


Text Example

White with #77C09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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