Html Css Color HEX #779072 Spanish Green

📋 copy color: '#779072'

red 119 ◦ green 144 ◦ blue 114

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

Shades of Spanish Green #779072

Tints of Spanish Green #779072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.2%

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

R = 31.56%
G = 38.2%
B = 30.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#779072 (or 0x779072) is known color: Spanish Green. HEX triplet: 77, 90 and 72. RGB value is (119,144,114). Sum of RGB (Red+Green+Blue) = 119+144+114=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #779072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779072 is #886F8D. Grayscale: #858585. Windows color (decimal): -8941454 or 7508087. OLE color: 7508087.

HSL color Cylindrical-coordinate representation of color #779072: hue angle of 110º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #779072 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 144 114 -
CMYK 0.17 0 0.21 0.44
HSL 110º 0.12% 0.51% -
HSV(B) 110º 0.21% 0.56% -
XYZ 20.62 25.08 19.67 -
YUV 133.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 119 144 114 0.17 0 0.21 0.44 110 0.12 0.51
Hex 77 90 72 11 0 15 2C 6E C 33
Octal 167 220 162 21 0 25 54 156 14 63
Binary 1110111 10010000 1110010 10001 0 10101 101100 1101110 1100 110011

Color Harmonies of #779072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779072

Black with #779072

Text Example


Text Example

White with #779072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779072; }

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

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

background-color css

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

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

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

border-color css

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

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

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