Html Css Color HEX #77C09C Padua

📋 copy color: '#77C09C'

red 119 ◦ green 192 ◦ blue 156

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

Shades of Padua #77C09C

Tints of Padua #77C09C

RGB

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

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

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

R = 25.48%
G = 41.11%
B = 33.4%

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

#77C09C (or 0x77C09C) is known color: Padua. HEX triplet: 77, C0 and 9C. RGB value is (119,192,156). Sum of RGB (Red+Green+Blue) = 119+192+156=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #77C09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C09C is #883F63. Grayscale: #A6A6A6. Windows color (decimal): -8929124 or 10272887. OLE color: 10272887.

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

Color convert

RGB 119 192 156 -
CMYK 0.38 0 0.19 0.25
HSL 150.41º 0.37% 0.61% -
HSV(B) 150.41º 0.38% 0.75% -
XYZ 32.46 44.02 38.24 -
YUV 166.07 122.32 94.43 -
System Red Green Blue C M Y K H S L
Decimal 119 192 156 0.38 0 0.19 0.25 150.41 0.37 0.61
Hex 77 C0 9C 26 0 13 19 96 25 3D
Octal 167 300 234 46 0 23 31 226 45 75
Binary 1110111 11000000 10011100 100110 0 10011 11001 10010110 100101 111101

Color Harmonies of #77C09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C09C

Black with #77C09C

Text Example


Text Example

White with #77C09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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