#73907E

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

Shades of Oxley #73907E

Tints of Oxley #73907E

Color information

#73907E (or 0x73907E) is unknown color: approx Oxley. HEX triplet: 73, 90 and 7E. RGB value is (115,144,126). Sum of RGB (Red+Green+Blue) = 115+144+126=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #73907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73907E is #8C6F81. Grayscale: #858585. Windows color (decimal): -9203586 or 8294515. OLE color: 8294515.

HSL color Cylindrical-coordinate representation of color #73907E: hue angle of 142.76º 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 #73907E is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB115144126-
CMYK0.2000.120.44
HSL142.76º11.55%50.78%-
HSV(B)142.76º20.14%56.47%-
XYZ20.8125.123.49-
YUV133.28123.89114.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.87%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=29.87%
G=37.40%
B=32.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151441260.2000.120.44142.7611.5550.78
Hex73907E140C2C8fc33
Octal16322017624014542171463
Binary11100111001000011111101010001100101100100011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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