Html Css Color HEX #77C07F De York

📋 copy color: '#77C07F'

red 119 ◦ green 192 ◦ blue 127

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

Shades of De York #77C07F

Tints of De York #77C07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.84%

 BLUE value IS 127 (50% from 255) = 29%

R = 27.17%
G = 43.84%
B = 29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#77C07F (or 0x77C07F) is known color: De York. HEX triplet: 77, C0 and 7F. RGB value is (119,192,127). Sum of RGB (Red+Green+Blue) = 119+192+127=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #77C07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C07F is #883F80. Grayscale: #A2A2A2. Windows color (decimal): -8929153 or 8372343. OLE color: 8372343.

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

Color convert

RGB 119 192 127 -
CMYK 0.38 0 0.34 0.25
HSL 126.58º 0.37% 0.61% -
HSV(B) 126.58º 0.38% 0.75% -
XYZ 30.29 43.15 26.81 -
YUV 162.76 107.82 96.79 -
System Red Green Blue C M Y K H S L
Decimal 119 192 127 0.38 0 0.34 0.25 126.58 0.37 0.61
Hex 77 C0 7F 26 0 22 19 7F 25 3D
Octal 167 300 177 46 0 42 31 177 45 75
Binary 1110111 11000000 1111111 100110 0 100010 11001 1111111 100101 111101

Color Harmonies of #77C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C07F

Black with #77C07F

Text Example


Text Example

White with #77C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77C07F;
 }
 .AnyTagClassName
 {
   color: #77C07F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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