Html Css Color HEX #778874 Spanish Green

📋 copy color: '#778874'

red 119 ◦ green 136 ◦ blue 116

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

Shades of Spanish Green #778874

Tints of Spanish Green #778874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

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

R = 32.08%
G = 36.66%
B = 31.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#778874 (or 0x778874) is known color: Spanish Green. HEX triplet: 77, 88 and 74. RGB value is (119,136,116). Sum of RGB (Red+Green+Blue) = 119+136+116=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #778874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778874 is #88778B. Grayscale: #808080. Windows color (decimal): -8943500 or 7637111. OLE color: 7637111.

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

Color convert

RGB 119 136 116 -
CMYK 0.12 0 0.15 0.47
HSL 111º 0.08% 0.49% -
HSV(B) 111º 0.15% 0.53% -
XYZ 19.56 22.79 19.89 -
YUV 128.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 119 136 116 0.12 0 0.15 0.47 111 0.08 0.49
Hex 77 88 74 C 0 F 2F 6F 8 31
Octal 167 210 164 14 0 17 57 157 10 61
Binary 1110111 10001000 1110100 1100 0 1111 101111 1101111 1000 110001

Color Harmonies of #778874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778874

Black with #778874

Text Example


Text Example

White with #778874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778874; }

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

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

background-color css

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

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

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

border-color css

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

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

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