Html Css Color HEX #779380 Oxley

📋 copy color: '#779380'

red 119 ◦ green 147 ◦ blue 128

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

Shades of Oxley #779380

Tints of Oxley #779380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.31%

 BLUE value IS 128 (50.39% from 255) = 32.49%

R = 30.2%
G = 37.31%
B = 32.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#779380 (or 0x779380) is known color: Oxley. HEX triplet: 77, 93 and 80. RGB value is (119,147,128). Sum of RGB (Red+Green+Blue) = 119+147+128=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #779380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779380 is #886C7F. Grayscale: #888888. Windows color (decimal): -8940672 or 8426359. OLE color: 8426359.

HSL color Cylindrical-coordinate representation of color #779380: hue angle of 139.29º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #779380 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 128 -
CMYK 0.19 0 0.13 0.42
HSL 139.29º 0.11% 0.52% -
HSV(B) 139.29º 0.19% 0.58% -
XYZ 21.94 26.35 24.35 -
YUV 136.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 119 147 128 0.19 0 0.13 0.42 139.29 0.11 0.52
Hex 77 93 80 13 0 D 2A 8B B 34
Octal 167 223 200 23 0 15 52 213 13 64
Binary 1110111 10010011 10000000 10011 0 1101 101010 10001011 1011 110100

Color Harmonies of #779380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779380

Black with #779380

Text Example


Text Example

White with #779380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779380; }

 p { color: rgb(119,147,128); }

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

background-color css

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

 a { background-color: rgb(119,147,128); }

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

border-color css

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

 span { border-color: rgb(119,147,128); }

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