#77C07A

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

Shades of De York #77C07A

Tints of De York #77C07A

Color information

#77C07A (or 0x77C07A) is unknown color: approx De York. HEX triplet: 77, C0 and 7A. RGB value is (119,192,122). Sum of RGB (Red+Green+Blue) = 119+192+122=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #77C07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C07A is #883F85. Grayscale: #A2A2A2. Windows color (decimal): -8929158 or 8044663. OLE color: 8044663.

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

Color convert

RGB119192122-
CMYK0.3800.360.25
HSL122.47º36.68%60.98%-
HSV(B)122.47º38.02%75.29%-
XYZ29.9743.0325.14-
YUV162.19105.3297.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.48%
GREEN value IS 192 (75.39% from 255) = 44.34%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=27.48%
G=44.34%
B=28.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191921220.3800.360.25122.4736.6860.98
Hex77C07A26024197a253d
Octal16730017246044311724575
Binary11101111100000011110101001100100100110011111010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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