#7A9582

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

Shades of Oxley #7A9582

Tints of Oxley #7A9582

Color information

#7A9582 (or 0x7A9582) is unknown color: approx Oxley. HEX triplet: 7A, 95 and 82. RGB value is (122,149,130). Sum of RGB (Red+Green+Blue) = 122+149+130=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #7A9582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9582 is #856A7D. Grayscale: #8A8A8A. Windows color (decimal): -8743550 or 8557946. OLE color: 8557946.

HSL color Cylindrical-coordinate representation of color #7A9582: hue angle of 137.78º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A9582 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB122149130-
CMYK0.1800.130.42
HSL137.78º11.3%53.14%-
HSV(B)137.78º18.12%58.43%-
XYZ22.827.2425.18-
YUV138.76123.05116.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.42%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 130 (51.17% from 255) = 32.42%
R=30.42%
G=37.16%
B=32.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1221491300.1800.130.42137.7811.353.14
Hex7A9582120D2A8ab35
Octal17222520222015522121365
Binary111101010010101100000101001001101101010100010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,149,130); }

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

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

 a { background-color: rgb(122,149,130); }

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

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

 span { border-color: rgb(122,149,130); }

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