#73907B

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

Shades of Oxley #73907B

Tints of Oxley #73907B

Color information

#73907B (or 0x73907B) is unknown color: approx Oxley. HEX triplet: 73, 90 and 7B. RGB value is (115,144,123). Sum of RGB (Red+Green+Blue) = 115+144+123=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #73907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73907B is #8C6F84. Grayscale: #848484. Windows color (decimal): -9203589 or 8097907. OLE color: 8097907.

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

Color convert

RGB115144123-
CMYK0.2000.150.44
HSL136.55º11.55%50.78%-
HSV(B)136.55º20.14%56.47%-
XYZ20.6225.0222.48-
YUV132.93122.39115.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=30.10%
G=37.70%
B=32.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151441230.2000.150.44136.5511.5550.78
Hex73907B140F2C89c33
Octal16322017324017542111463
Binary11100111001000011110111010001111101100100010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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