#7A8F82

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

Shades of Oxley #7A8F82

Tints of Oxley #7A8F82

Color information

#7A8F82 (or 0x7A8F82) is unknown color: approx Oxley. HEX triplet: 7A, 8F and 82. RGB value is (122,143,130). Sum of RGB (Red+Green+Blue) = 122+143+130=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8F82 is #85707D. Grayscale: #878787. Windows color (decimal): -8745086 or 8556410. OLE color: 8556410.

HSL color Cylindrical-coordinate representation of color #7A8F82: hue angle of 142.86º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A8F82 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB122143130-
CMYK0.1500.090.44
HSL142.86º8.57%51.96%-
HSV(B)142.86º14.69%56.08%-
XYZ21.8825.3924.87-
YUV135.24125.04118.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 143 (56.25% from 255) = 36.20%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=30.89%
G=36.20%
B=32.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221431300.1500.090.44142.868.5751.96
Hex7A8F82F092C8f934
Octal17221720217011542171164
Binary11110101000111110000010111101001101100100011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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