#779480

Color #779480 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #779480

Tints of Oxley #779480

Color information

#779480 (or 0x779480) is unknown color: approx Oxley. HEX triplet: 77, 94 and 80. RGB value is (119,148,128). Sum of RGB (Red+Green+Blue) = 119+148+128=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #779480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779480 is #886B7F. Grayscale: #898989. Windows color (decimal): -8940416 or 8426615. OLE color: 8426615.

HSL color Cylindrical-coordinate representation of color #779480: hue angle of 138.62º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #779480 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB119148128-
CMYK0.2000.140.42
HSL138.62º11.93%52.35%-
HSV(B)138.62º19.59%58.04%-
XYZ22.0926.6624.4-
YUV137.05122.89115.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=30.13%
G=37.47%
B=32.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191481280.2000.140.42138.6211.9352.35
Hex779480140E2A8bc34
Octal16722420024016522131464
Binary111011110010100100000001010001110101010100010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779480; }

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

 H1.HeaderClassName
 {
   color: #779480;
 }
 .AnyTagClassName
 {
   color: #779480;
 }
</style>
background-color css

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

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

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

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

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

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