Html Css Color HEX #77C084 De York

📋 copy color: '#77C084'

red 119 ◦ green 192 ◦ blue 132

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

Shades of De York #77C084

Tints of De York #77C084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.8%

R = 26.86%
G = 43.34%
B = 29.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#77C084 (or 0x77C084) is known color: De York. HEX triplet: 77, C0 and 84. RGB value is (119,192,132). Sum of RGB (Red+Green+Blue) = 119+192+132=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #77C084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C084 is #883F7B. Grayscale: #A3A3A3. Windows color (decimal): -8929148 or 8700023. OLE color: 8700023.

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

Color convert

RGB 119 192 132 -
CMYK 0.38 0 0.31 0.25
HSL 130.68º 0.37% 0.61% -
HSV(B) 130.68º 0.38% 0.75% -
XYZ 30.62 43.29 28.57 -
YUV 163.33 110.32 96.38 -
System Red Green Blue C M Y K H S L
Decimal 119 192 132 0.38 0 0.31 0.25 130.68 0.37 0.61
Hex 77 C0 84 26 0 1F 19 83 25 3D
Octal 167 300 204 46 0 37 31 203 45 75
Binary 1110111 11000000 10000100 100110 0 11111 11001 10000011 100101 111101

Color Harmonies of #77C084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C084

Black with #77C084

Text Example


Text Example

White with #77C084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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