Html Css Color HEX #777B76 Spanish Green

📋 copy color: '#777B76'

red 119 ◦ green 123 ◦ blue 118

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

Shades of Spanish Green #777B76

Tints of Spanish Green #777B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.17%

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

R = 33.06%
G = 34.17%
B = 32.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#777B76 (or 0x777B76) is known color: Spanish Green. HEX triplet: 77, 7B and 76. RGB value is (119,123,118). Sum of RGB (Red+Green+Blue) = 119+123+118=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 123 - color contains mainly: green. Hex color #777B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777B76 is #888489. Grayscale: #797979. Windows color (decimal): -8946826 or 7764855. OLE color: 7764855.

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

Color convert

RGB 119 123 118 -
CMYK 0.03 0 0.04 0.52
HSL 108º 0.02% 0.47% -
HSV(B) 108º 0.04% 0.48% -
XYZ 17.96 19.4 19.94 -
YUV 121.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 119 123 118 0.03 0 0.04 0.52 108 0.02 0.47
Hex 77 7B 76 3 0 4 34 6C 2 2F
Octal 167 173 166 3 0 4 64 154 2 57
Binary 1110111 1111011 1110110 11 0 100 110100 1101100 10 101111

Color Harmonies of #777B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777B76

Black with #777B76

Text Example


Text Example

White with #777B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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