Html Css Color HEX #77CA86 De York

📋 copy color: '#77CA86'

red 119 ◦ green 202 ◦ blue 134

#77CA86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #77CA86

Tints of De York #77CA86

RGB

 RED value IS 119 (46.88% from 255) = 26.15%

 GREEN value IS 202 (79.3% from 255) = 44.4%

 BLUE value IS 134 (52.73% from 255) = 29.45%

R = 26.15%
G = 44.4%
B = 29.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#77CA86 (or 0x77CA86) is known color: 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

RGB 119 202 134 -
CMYK 0.41 0 0.34 0.21
HSL 130.84º 0.44% 0.63% -
HSV(B) 130.84º 0.41% 0.79% -
XYZ 33.03 47.88 30.06 -
YUV 169.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 119 202 134 0.41 0 0.34 0.21 130.84 0.44 0.63
Hex 77 CA 86 29 0 22 15 83 2C 3F
Octal 167 312 206 51 0 42 25 203 54 77
Binary 1110111 11001010 10000110 101001 0 100010 10101 10000011 101100 111111

Color Harmonies of #77CA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CA86

Black with #77CA86

Text Example


Text Example

White with #77CA86

Text Example


Text Example

HTML Codes & Css Web 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>