Html Css Color HEX #777F75 Spanish Green

📋 copy color: '#777F75'

red 119 ◦ green 127 ◦ blue 117

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

Shades of Spanish Green #777F75

Tints of Spanish Green #777F75

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 32.78%
G = 34.99%
B = 32.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#777F75 (or 0x777F75) is known color: Spanish Green. HEX triplet: 77, 7F and 75. RGB value is (119,127,117). Sum of RGB (Red+Green+Blue) = 119+127+117=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 127 - color contains mainly: green. Hex color #777F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777F75 is #88808A. Grayscale: #7B7B7B. Windows color (decimal): -8945803 or 7700343. OLE color: 7700343.

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

Color convert

RGB 119 127 117 -
CMYK 0.06 0 0.08 0.50
HSL 108º 0.04% 0.48% -
HSV(B) 108º 0.08% 0.5% -
XYZ 18.41 20.39 19.79 -
YUV 123.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 119 127 117 0.06 0 0.08 0.50 108 0.04 0.48
Hex 77 7F 75 6 0 8 32 6C 4 30
Octal 167 177 165 6 0 10 62 154 4 60
Binary 1110111 1111111 1110101 110 0 1000 110010 1101100 100 110000

Color Harmonies of #777F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777F75

Black with #777F75

Text Example


Text Example

White with #777F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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