Html Css Color HEX #779081 Oxley

📋 copy color: '#779081'

red 119 ◦ green 144 ◦ blue 129

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

Shades of Oxley #779081

Tints of Oxley #779081

RGB

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

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

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

R = 30.36%
G = 36.73%
B = 32.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#779081 (or 0x779081) is known color: Oxley. HEX triplet: 77, 90 and 81. RGB value is (119,144,129). Sum of RGB (Red+Green+Blue) = 119+144+129=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #779081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779081 is #886F7E. Grayscale: #868686. Windows color (decimal): -8941439 or 8491127. OLE color: 8491127.

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

Color convert

RGB 119 144 129 -
CMYK 0.17 0 0.10 0.44
HSL 144º 0.1% 0.52% -
HSV(B) 144º 0.17% 0.56% -
XYZ 21.54 25.45 24.55 -
YUV 134.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 119 144 129 0.17 0 0.10 0.44 144 0.1 0.52
Hex 77 90 81 11 0 A 2C 90 A 34
Octal 167 220 201 21 0 12 54 220 12 64
Binary 1110111 10010000 10000001 10001 0 1010 101100 10010000 1010 110100

Color Harmonies of #779081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779081

Black with #779081

Text Example


Text Example

White with #779081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779081; }

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

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

background-color css

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

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

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

border-color css

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

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

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