Html Css Color HEX #778474 Spanish Green

📋 copy color: '#778474'

red 119 ◦ green 132 ◦ blue 116

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

Shades of Spanish Green #778474

Tints of Spanish Green #778474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

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

R = 32.43%
G = 35.97%
B = 31.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#778474 (or 0x778474) is known color: Spanish Green. HEX triplet: 77, 84 and 74. RGB value is (119,132,116). Sum of RGB (Red+Green+Blue) = 119+132+116=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 132 - color contains mainly: green. Hex color #778474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778474 is #887B8B. Grayscale: #7E7E7E. Windows color (decimal): -8944524 or 7636087. OLE color: 7636087.

HSL color Cylindrical-coordinate representation of color #778474: hue angle of 108.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778474 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 132 116 -
CMYK 0.10 0 0.12 0.48
HSL 108.75º 0.06% 0.49% -
HSV(B) 108.75º 0.12% 0.52% -
XYZ 19.01 21.69 19.71 -
YUV 126.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 119 132 116 0.10 0 0.12 0.48 108.75 0.06 0.49
Hex 77 84 74 A 0 C 30 6D 6 31
Octal 167 204 164 12 0 14 60 155 6 61
Binary 1110111 10000100 1110100 1010 0 1100 110000 1101101 110 110001

Color Harmonies of #778474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778474

Black with #778474

Text Example


Text Example

White with #778474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778474; }

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

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

background-color css

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

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

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

border-color css

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

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

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