Html Css Color HEX #778774 Spanish Green

📋 copy color: '#778774'

red 119 ◦ green 135 ◦ blue 116

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

Shades of Spanish Green #778774

Tints of Spanish Green #778774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.49%

 BLUE value IS 116 (45.7% from 255) = 31.35%

R = 32.16%
G = 36.49%
B = 31.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#778774 (or 0x778774) is known color: Spanish Green. HEX triplet: 77, 87 and 74. RGB value is (119,135,116). Sum of RGB (Red+Green+Blue) = 119+135+116=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #778774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778774 is #88788B. Grayscale: #808080. Windows color (decimal): -8943756 or 7636855. OLE color: 7636855.

HSL color Cylindrical-coordinate representation of color #778774: hue angle of 110.53º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #778774 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 135 116 -
CMYK 0.12 0 0.14 0.47
HSL 110.53º 0.08% 0.49% -
HSV(B) 110.53º 0.14% 0.53% -
XYZ 19.42 22.51 19.84 -
YUV 128.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 119 135 116 0.12 0 0.14 0.47 110.53 0.08 0.49
Hex 77 87 74 C 0 E 2F 6F 8 31
Octal 167 207 164 14 0 16 57 157 10 61
Binary 1110111 10000111 1110100 1100 0 1110 101111 1101111 1000 110001

Color Harmonies of #778774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778774

Black with #778774

Text Example


Text Example

White with #778774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778774; }

 p { color: rgb(119,135,116); }

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

background-color css

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

 a { background-color: rgb(119,135,116); }

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

border-color css

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

 span { border-color: rgb(119,135,116); }

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