#77CA86

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

Shades of De York #77CA86

Tints of De York #77CA86

Color information

#77CA86 (or 0x77CA86) is unknown color: approx De York. HEX triplet: 77, CA and 86. RGB value is (119,202,134). Sum of RGB (Red+Green+Blue) = 119+202+134=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CA86 is #883579. Grayscale: #A9A9A9. Windows color (decimal): -8926586 or 8833655. OLE color: 8833655.

HSL color Cylindrical-coordinate representation of color #77CA86: hue angle of 130.84º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CA86 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB119202134-
CMYK0.4100.340.21
HSL130.84º43.92%62.94%-
HSV(B)130.84º41.09%79.22%-
XYZ33.0347.8830.06-
YUV169.4310892.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.15%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=26.15%
G=44.40%
B=29.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1192021340.4100.340.21130.8443.9262.94
Hex77CA862902215832c3f
Octal16731220651042252035477
Binary1110111110010101000011010100101000101010110000011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,202,134); }

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

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

 a { background-color: rgb(119,202,134); }

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

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

 span { border-color: rgb(119,202,134); }

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