Html Css Color HEX #777E75 Spanish Green

📋 copy color: '#777E75'

red 119 ◦ green 126 ◦ blue 117

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

Shades of Spanish Green #777E75

Tints of Spanish Green #777E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.81%

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

R = 32.87%
G = 34.81%
B = 32.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#777E75 (or 0x777E75) is known color: Spanish Green. HEX triplet: 77, 7E and 75. RGB value is (119,126,117). Sum of RGB (Red+Green+Blue) = 119+126+117=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 126 - color contains mainly: green. Hex color #777E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777E75 is #88818A. Grayscale: #7A7A7A. Windows color (decimal): -8946059 or 7700087. OLE color: 7700087.

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

Color convert

RGB 119 126 117 -
CMYK 0.06 0 0.07 0.51
HSL 106.67º 0.04% 0.48% -
HSV(B) 106.67º 0.07% 0.49% -
XYZ 18.28 20.13 19.75 -
YUV 122.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 119 126 117 0.06 0 0.07 0.51 106.67 0.04 0.48
Hex 77 7E 75 6 0 7 33 6B 4 30
Octal 167 176 165 6 0 7 63 153 4 60
Binary 1110111 1111110 1110101 110 0 111 110011 1101011 100 110000

Color Harmonies of #777E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777E75

Black with #777E75

Text Example


Text Example

White with #777E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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