Html Css Color HEX #778E80 Oxley

📋 copy color: '#778E80'

red 119 ◦ green 142 ◦ blue 128

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

Shades of Oxley #778E80

Tints of Oxley #778E80

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.5%

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

R = 30.59%
G = 36.5%
B = 32.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#778E80 (or 0x778E80) is known color: Oxley. HEX triplet: 77, 8E and 80. RGB value is (119,142,128). Sum of RGB (Red+Green+Blue) = 119+142+128=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 142 - color contains mainly: green. Hex color #778E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778E80 is #88717F. Grayscale: #858585. Windows color (decimal): -8941952 or 8425079. OLE color: 8425079.

HSL color Cylindrical-coordinate representation of color #778E80: hue angle of 143.48º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778E80 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 142 128 -
CMYK 0.16 0 0.10 0.44
HSL 143.48º 0.09% 0.51% -
HSV(B) 143.48º 0.16% 0.56% -
XYZ 21.18 24.83 24.1 -
YUV 133.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 119 142 128 0.16 0 0.10 0.44 143.48 0.09 0.51
Hex 77 8E 80 10 0 A 2C 8F 9 33
Octal 167 216 200 20 0 12 54 217 11 63
Binary 1110111 10001110 10000000 10000 0 1010 101100 10001111 1001 110011

Color Harmonies of #778E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778E80

Black with #778E80

Text Example


Text Example

White with #778E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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