#77C88A

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

Shades of De York #77C88A

Tints of De York #77C88A

Color information

#77C88A (or 0x77C88A) is unknown color: approx De York. HEX triplet: 77, C8 and 8A. RGB value is (119,200,138). Sum of RGB (Red+Green+Blue) = 119+200+138=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #77C88A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C88A is #883775. Grayscale: #A8A8A8. Windows color (decimal): -8927094 or 9095287. OLE color: 9095287.

HSL color Cylindrical-coordinate representation of color #77C88A: hue angle of 134.07º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77C88A is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB119200138-
CMYK0.4000.310.22
HSL134.07º42.41%62.55%-
HSV(B)134.07º40.5%78.43%-
XYZ32.8547.0731.4-
YUV168.71110.6692.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.04%
GREEN value IS 200 (78.52% from 255) = 43.76%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=26.04%
G=43.76%
B=30.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1192001380.4000.310.22134.0742.4162.55
Hex77C88A2801F16862a3f
Octal16731021250037262065277
Binary111011111001000100010101010000111111011010000110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,200,138); }

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

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

 a { background-color: rgb(119,200,138); }

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

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

 span { border-color: rgb(119,200,138); }

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