#73907D

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

Shades of Oxley #73907D

Tints of Oxley #73907D

Color information

#73907D (or 0x73907D) is unknown color: approx Oxley. HEX triplet: 73, 90 and 7D. RGB value is (115,144,125). Sum of RGB (Red+Green+Blue) = 115+144+125=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 144 - color contains mainly: green. Hex color #73907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73907D is #8C6F82. Grayscale: #858585. Windows color (decimal): -9203587 or 8228979. OLE color: 8228979.

HSL color Cylindrical-coordinate representation of color #73907D: hue angle of 140.69º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73907D is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB115144125-
CMYK0.2000.130.44
HSL140.69º11.55%50.78%-
HSV(B)140.69º20.14%56.47%-
XYZ20.7525.0723.15-
YUV133.16123.39115.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 125 (49.22% from 255) = 32.55%
R=29.95%
G=37.5%
B=32.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151441250.2000.130.44140.6911.5550.78
Hex73907D140D2C8dc33
Octal16322017524015542151463
Binary11100111001000011111011010001101101100100011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73907D; }

 p { color: rgb(115,144,125); }

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

<style>
 a { background-color: #73907D; }

 a { background-color: rgb(115,144,125); }

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

<style>
 span { border-color: #73907D; }

 span { border-color: rgb(115,144,125); }

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