Html Css Color HEX #777C76 Spanish Green

📋 copy color: '#777C76'

red 119 ◦ green 124 ◦ blue 118

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

Shades of Spanish Green #777C76

Tints of Spanish Green #777C76

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.35%

 BLUE value IS 118 (46.48% from 255) = 32.69%

R = 32.96%
G = 34.35%
B = 32.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#777C76 (or 0x777C76) is known color: Spanish Green. HEX triplet: 77, 7C and 76. RGB value is (119,124,118). Sum of RGB (Red+Green+Blue) = 119+124+118=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 124 - color contains mainly: green. Hex color #777C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777C76 is #888389. Grayscale: #797979. Windows color (decimal): -8946570 or 7765111. OLE color: 7765111.

HSL color Cylindrical-coordinate representation of color #777C76: hue angle of 110º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #777C76 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 124 118 -
CMYK 0.04 0 0.05 0.51
HSL 110º 0.02% 0.47% -
HSV(B) 110º 0.05% 0.49% -
XYZ 18.09 19.65 19.98 -
YUV 121.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 119 124 118 0.04 0 0.05 0.51 110 0.02 0.47
Hex 77 7C 76 4 0 5 33 6E 2 2F
Octal 167 174 166 4 0 5 63 156 2 57
Binary 1110111 1111100 1110110 100 0 101 110011 1101110 10 101111

Color Harmonies of #777C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777C76

Black with #777C76

Text Example


Text Example

White with #777C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777C76; }

 p { color: rgb(119,124,118); }

 H1.HeaderClassName
 {
   color: #777C76;
 }
 .AnyTagClassName
 {
   color: #777C76;
 }
</style>

background-color css

<style>
 a { background-color: #777C76; }

 a { background-color: rgb(119,124,118); }

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

border-color css

<style>
 span { border-color: #777C76; }

 span { border-color: rgb(119,124,118); }

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