#738F7C

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

Shades of Oxley #738F7C

Tints of Oxley #738F7C

Color information

#738F7C (or 0x738F7C) is unknown color: approx Oxley. HEX triplet: 73, 8F and 7C. RGB value is (115,143,124). Sum of RGB (Red+Green+Blue) = 115+143+124=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 143 - color contains mainly: green. Hex color #738F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738F7C is #8C7083. Grayscale: #848484. Windows color (decimal): -9203844 or 8163187. OLE color: 8163187.

HSL color Cylindrical-coordinate representation of color #738F7C: hue angle of 139.29º degrees, saturation: 0.11, 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 #738F7C is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB115143124-
CMYK0.2000.130.44
HSL139.29º11.11%50.59%-
HSV(B)139.29º19.58%56.08%-
XYZ20.5324.7422.76-
YUV132.46123.22115.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 143 (56.25% from 255) = 37.43%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=30.10%
G=37.43%
B=32.46%

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
Decimal1151431240.2000.130.44139.2911.1150.59
Hex738F7C140D2C8bb33
Octal16321717424015542131363
Binary11100111000111111111001010001101101100100010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738F7C; }

 p { color: rgb(115,143,124); }

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

<style>
 a { background-color: #738F7C; }

 a { background-color: rgb(115,143,124); }

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

<style>
 span { border-color: #738F7C; }

 span { border-color: rgb(115,143,124); }

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