#7A9884

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

Shades of Oxley #7A9884

Tints of Oxley #7A9884

Color information

#7A9884 (or 0x7A9884) is unknown color: approx Oxley. HEX triplet: 7A, 98 and 84. RGB value is (122,152,132). Sum of RGB (Red+Green+Blue) = 122+152+132=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 152 - color contains mainly: green. Hex color #7A9884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9884 is #85677B. Grayscale: #8C8C8C. Windows color (decimal): -8742780 or 8689786. OLE color: 8689786.

HSL color Cylindrical-coordinate representation of color #7A9884: hue angle of 140º 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 #7A9884 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB122152132-
CMYK0.2000.130.40
HSL140º12.71%53.73%-
HSV(B)140º19.74%59.61%-
XYZ23.4228.2626.05-
YUV140.75123.06114.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.05%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=30.05%
G=37.44%
B=32.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1221521320.2000.130.4014012.7153.73
Hex7A9884140D288cd36
Octal17223020424015502141566
Binary111101010011000100001001010001101101000100011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,152,132); }

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

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

 a { background-color: rgb(122,152,132); }

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

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

 span { border-color: rgb(122,152,132); }

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