Html Css Color HEX #779E79 Oxley

📋 copy color: '#779E79'

red 119 ◦ green 158 ◦ blue 121

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

Shades of Oxley #779E79

Tints of Oxley #779E79

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.7%

 BLUE value IS 121 (47.66% from 255) = 30.4%

R = 29.9%
G = 39.7%
B = 30.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#779E79 (or 0x779E79) is known color: Oxley. HEX triplet: 77, 9E and 79. RGB value is (119,158,121). Sum of RGB (Red+Green+Blue) = 119+158+121=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 158 - color contains mainly: green. Hex color #779E79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779E79 is #886186. Grayscale: #8E8E8E. Windows color (decimal): -8937863 or 7970423. OLE color: 7970423.

HSL color Cylindrical-coordinate representation of color #779E79: hue angle of 123.08º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779E79 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 158 121 -
CMYK 0.25 0 0.23 0.38
HSL 123.08º 0.17% 0.54% -
HSV(B) 123.08º 0.25% 0.62% -
XYZ 23.29 29.76 22.61 -
YUV 142.12 116.08 111.51 -
System Red Green Blue C M Y K H S L
Decimal 119 158 121 0.25 0 0.23 0.38 123.08 0.17 0.54
Hex 77 9E 79 19 0 17 26 7B 11 36
Octal 167 236 171 31 0 27 46 173 21 66
Binary 1110111 10011110 1111001 11001 0 10111 100110 1111011 10001 110110

Color Harmonies of #779E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779E79

Black with #779E79

Text Example


Text Example

White with #779E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779E79; }

 p { color: rgb(119,158,121); }

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

background-color css

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

 a { background-color: rgb(119,158,121); }

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

border-color css

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

 span { border-color: rgb(119,158,121); }

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