#779B7A

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

Shades of Oxley #779B7A

Tints of Oxley #779B7A

Color information

#779B7A (or 0x779B7A) is unknown color: approx Oxley. HEX triplet: 77, 9B and 7A. RGB value is (119,155,122). Sum of RGB (Red+Green+Blue) = 119+155+122=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 155 - color contains mainly: green. Hex color #779B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B7A is #886485. Grayscale: #8C8C8C. Windows color (decimal): -8938630 or 8035191. OLE color: 8035191.

HSL color Cylindrical-coordinate representation of color #779B7A: hue angle of 125º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779B7A is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB119155122-
CMYK0.2300.210.39
HSL125º15.25%53.73%-
HSV(B)125º23.23%60.78%-
XYZ22.8428.7722.76-
YUV140.47117.57112.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 155 (60.94% from 255) = 39.14%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=30.05%
G=39.14%
B=30.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191551220.2300.210.3912515.2553.73
Hex779B7A17015277df36
Octal16723317227025471751766
Binary11101111001101111110101011101010110011111111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779B7A; }

 p { color: rgb(119,155,122); }

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

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

 a { background-color: rgb(119,155,122); }

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

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

 span { border-color: rgb(119,155,122); }

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