#7A9281

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

Shades of Oxley #7A9281

Tints of Oxley #7A9281

Color information

#7A9281 (or 0x7A9281) is unknown color: approx Oxley. HEX triplet: 7A, 92 and 81. RGB value is (122,146,129). Sum of RGB (Red+Green+Blue) = 122+146+129=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #7A9281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9281 is #856D7E. Grayscale: #888888. Windows color (decimal): -8744319 or 8491642. OLE color: 8491642.

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

Color convert

RGB122146129-
CMYK0.1600.120.43
HSL137.5º9.92%52.55%-
HSV(B)137.5º16.44%57.25%-
XYZ22.2726.2824.67-
YUV136.89123.55117.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=30.73%
G=36.78%
B=32.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1221461290.1600.120.43137.59.9252.55
Hex7A9281100C2B8aa35
Octal17222220120014532121265
Binary111101010010010100000011000001100101011100010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A9281; }

 p { color: rgb(122,146,129); }

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

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

 a { background-color: rgb(122,146,129); }

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

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

 span { border-color: rgb(122,146,129); }

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