#799880

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

Shades of Oxley #799880

Tints of Oxley #799880

Color information

#799880 (or 0x799880) is unknown color: approx Oxley. HEX triplet: 79, 98 and 80. RGB value is (121,152,128). Sum of RGB (Red+Green+Blue) = 121+152+128=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #799880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799880 is #86677F. Grayscale: #8C8C8C. Windows color (decimal): -8808320 or 8427641. OLE color: 8427641.

HSL color Cylindrical-coordinate representation of color #799880: hue angle of 133.55º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #799880 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB121152128-
CMYK0.2000.160.40
HSL133.55º13.08%53.53%-
HSV(B)133.55º20.39%59.61%-
XYZ23.0128.0824.63-
YUV140121.23114.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.17%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=30.17%
G=37.91%
B=31.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211521280.2000.160.40133.5513.0853.53
Hex799880140102886d36
Octal17123020024020502061566
Binary1111001100110001000000010100010000101000100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799880; }

 p { color: rgb(121,152,128); }

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

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

 a { background-color: rgb(121,152,128); }

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

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

 span { border-color: rgb(121,152,128); }

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