Html Css Color HEX #778E72 Spanish Green

📋 copy color: '#778E72'

red 119 ◦ green 142 ◦ blue 114

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

Shades of Spanish Green #778E72

Tints of Spanish Green #778E72

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.87%

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 31.73%
G = 37.87%
B = 30.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#778E72 (or 0x778E72) is known color: Spanish Green. HEX triplet: 77, 8E and 72. RGB value is (119,142,114). Sum of RGB (Red+Green+Blue) = 119+142+114=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 142 - color contains mainly: green. Hex color #778E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778E72 is #88718D. Grayscale: #848484. Windows color (decimal): -8941966 or 7507575. OLE color: 7507575.

HSL color Cylindrical-coordinate representation of color #778E72: hue angle of 109.29º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #778E72 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 142 114 -
CMYK 0.16 0 0.20 0.44
HSL 109.29º 0.11% 0.5% -
HSV(B) 109.29º 0.2% 0.56% -
XYZ 20.32 24.48 19.57 -
YUV 131.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 119 142 114 0.16 0 0.20 0.44 109.29 0.11 0.5
Hex 77 8E 72 10 0 14 2C 6D B 32
Octal 167 216 162 20 0 24 54 155 13 62
Binary 1110111 10001110 1110010 10000 0 10100 101100 1101101 1011 110010

Color Harmonies of #778E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778E72

Black with #778E72

Text Example


Text Example

White with #778E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778E72; }

 p { color: rgb(119,142,114); }

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

background-color css

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

 a { background-color: rgb(119,142,114); }

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

border-color css

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

 span { border-color: rgb(119,142,114); }

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