Html Css Color HEX #77C092 Padua

📋 copy color: '#77C092'

red 119 ◦ green 192 ◦ blue 146

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

Shades of Padua #77C092

Tints of Padua #77C092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.95%

R = 26.04%
G = 42.01%
B = 31.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#77C092 (or 0x77C092) is known color: Padua. HEX triplet: 77, C0 and 92. RGB value is (119,192,146). Sum of RGB (Red+Green+Blue) = 119+192+146=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #77C092 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C092 is #883F6D. Grayscale: #A5A5A5. Windows color (decimal): -8929134 or 9617527. OLE color: 9617527.

HSL color Cylindrical-coordinate representation of color #77C092: hue angle of 142.19º 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 #77C092 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 192 146 -
CMYK 0.38 0 0.24 0.25
HSL 142.19º 0.37% 0.61% -
HSV(B) 142.19º 0.38% 0.75% -
XYZ 31.65 43.7 33.96 -
YUV 164.93 117.32 95.24 -
System Red Green Blue C M Y K H S L
Decimal 119 192 146 0.38 0 0.24 0.25 142.19 0.37 0.61
Hex 77 C0 92 26 0 18 19 8E 25 3D
Octal 167 300 222 46 0 30 31 216 45 75
Binary 1110111 11000000 10010010 100110 0 11000 11001 10001110 100101 111101

Color Harmonies of #77C092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C092

Black with #77C092

Text Example


Text Example

White with #77C092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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