Html Css Color HEX #779381 Oxley

📋 copy color: '#779381'

red 119 ◦ green 147 ◦ blue 129

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

Shades of Oxley #779381

Tints of Oxley #779381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.66%

R = 30.13%
G = 37.22%
B = 32.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#779381 (or 0x779381) is known color: Oxley. HEX triplet: 77, 93 and 81. RGB value is (119,147,129). Sum of RGB (Red+Green+Blue) = 119+147+129=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #779381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779381 is #886C7E. Grayscale: #888888. Windows color (decimal): -8940671 or 8491895. OLE color: 8491895.

HSL color Cylindrical-coordinate representation of color #779381: hue angle of 141.43º 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 #779381 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 129 -
CMYK 0.19 0 0.12 0.42
HSL 141.43º 0.11% 0.52% -
HSV(B) 141.43º 0.19% 0.58% -
XYZ 22 26.37 24.7 -
YUV 136.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 119 147 129 0.19 0 0.12 0.42 141.43 0.11 0.52
Hex 77 93 81 13 0 C 2A 8D B 34
Octal 167 223 201 23 0 14 52 215 13 64
Binary 1110111 10010011 10000001 10011 0 1100 101010 10001101 1011 110100

Color Harmonies of #779381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779381

Black with #779381

Text Example


Text Example

White with #779381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779381; }

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

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

background-color css

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

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

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

border-color css

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

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

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