#77C080

Color #77C080 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #77C080

Tints of De York #77C080

Color information

#77C080 (or 0x77C080) is unknown color: approx De York. HEX triplet: 77, C0 and 80. RGB value is (119,192,128). Sum of RGB (Red+Green+Blue) = 119+192+128=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #77C080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C080 is #883F7F. Grayscale: #A3A3A3. Windows color (decimal): -8929152 or 8437879. OLE color: 8437879.

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

Color convert

RGB119192128-
CMYK0.3800.330.25
HSL127.4º36.68%60.98%-
HSV(B)127.4º38.02%75.29%-
XYZ30.3543.1827.16-
YUV162.88108.3296.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.11%
GREEN value IS 192 (75.39% from 255) = 43.74%
BLUE value IS 128 (50.39% from 255) = 29.16%
R=27.11%
G=43.74%
B=29.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191921280.3800.330.25127.436.6860.98
Hex77C08026021197f253d
Octal16730020046041311774575
Binary111011111000000100000001001100100001110011111111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77C080;
 }
 .AnyTagClassName
 {
   color: #77C080;
 }
</style>
background-color css

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

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

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

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

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

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