#779783

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

Shades of Oxley #779783

Tints of Oxley #779783

Color information

#779783 (or 0x779783) is unknown color: approx Oxley. HEX triplet: 77, 97 and 83. RGB value is (119,151,131). Sum of RGB (Red+Green+Blue) = 119+151+131=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #779783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779783 is #88687C. Grayscale: #8B8B8B. Windows color (decimal): -8939645 or 8623991. OLE color: 8623991.

HSL color Cylindrical-coordinate representation of color #779783: hue angle of 142.5º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #779783 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB119151131-
CMYK0.2100.130.41
HSL142.5º13.33%52.94%-
HSV(B)142.5º21.19%59.22%-
XYZ22.7727.6925.62-
YUV139.15123.4113.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.68%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 131 (51.56% from 255) = 32.67%
R=29.68%
G=37.66%
B=32.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191511310.2100.130.41142.513.3352.94
Hex779783150D298ed35
Octal16722720325015512161565
Binary111011110010111100000111010101101101001100011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779783; }

 p { color: rgb(119,151,131); }

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

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

 a { background-color: rgb(119,151,131); }

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

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

 span { border-color: rgb(119,151,131); }

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