#728D7D

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

Shades of Oxley #728D7D

Tints of Oxley #728D7D

Color information

#728D7D (or 0x728D7D) is unknown color: approx Oxley. HEX triplet: 72, 8D and 7D. RGB value is (114,141,125). Sum of RGB (Red+Green+Blue) = 114+141+125=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 141 - color contains mainly: green. Hex color #728D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D7D is #8D7282. Grayscale: #838383. Windows color (decimal): -9269891 or 8228210. OLE color: 8228210.

HSL color Cylindrical-coordinate representation of color #728D7D: hue angle of 144.44º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #728D7D is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB114141125-
CMYK0.1900.110.45
HSL144.44º10.59%50%-
HSV(B)144.44º19.15%55.29%-
XYZ20.1724.1122.99-
YUV131.1124.55115.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 125 (49.22% from 255) = 32.89%
R=30%
G=37.11%
B=32.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141411250.1900.110.45144.4410.5950
Hex728D7D130B2D90b32
Octal16221517523013552201362
Binary11100101000110111111011001101011101101100100001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728D7D; }

 p { color: rgb(114,141,125); }

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

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

 a { background-color: rgb(114,141,125); }

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

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

 span { border-color: rgb(114,141,125); }

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