#799180

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

Shades of Oxley #799180

Tints of Oxley #799180

Color information

#799180 (or 0x799180) is unknown color: approx Oxley. HEX triplet: 79, 91 and 80. RGB value is (121,145,128). Sum of RGB (Red+Green+Blue) = 121+145+128=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #799180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799180 is #866E7F. Grayscale: #878787. Windows color (decimal): -8810112 or 8425849. OLE color: 8425849.

HSL color Cylindrical-coordinate representation of color #799180: hue angle of 137.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #799180 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB121145128-
CMYK0.1700.120.43
HSL137.5º9.84%52.16%-
HSV(B)137.5º16.55%56.86%-
XYZ21.9125.8724.26-
YUV135.89123.55117.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.71%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 128 (50.39% from 255) = 32.49%
R=30.71%
G=36.80%
B=32.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211451280.1700.120.43137.59.8452.16
Hex799180110C2B8aa34
Octal17122120021014532121264
Binary111100110010001100000001000101100101011100010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799180; }

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

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

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

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

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

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

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

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