#77BA7D

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

Shades of De York #77BA7D

Tints of De York #77BA7D

Color information

#77BA7D (or 0x77BA7D) is unknown color: approx De York. HEX triplet: 77, BA and 7D. RGB value is (119,186,125). Sum of RGB (Red+Green+Blue) = 119+186+125=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BA7D is #884582. Grayscale: #9F9F9F. Windows color (decimal): -8930691 or 8239735. OLE color: 8239735.

HSL color Cylindrical-coordinate representation of color #77BA7D: hue angle of 125.37º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BA7D is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB119186125-
CMYK0.3600.330.27
HSL125.37º32.68%59.8%-
HSV(B)125.37º36.02%72.94%-
XYZ28.8740.5225.7-
YUV159.01108.899.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.67%
GREEN value IS 186 (73.05% from 255) = 43.26%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=27.67%
G=43.26%
B=29.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191861250.3600.330.27125.3732.6859.8
Hex77BA7D240211B7d213c
Octal16727217544041331754174
Binary11101111011101011111011001000100001110111111101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,186,125); }

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

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

 a { background-color: rgb(119,186,125); }

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

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

 span { border-color: rgb(119,186,125); }

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