#738B7C

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

Shades of Oxley #738B7C

Tints of Oxley #738B7C

Color information

#738B7C (or 0x738B7C) is unknown color: approx Oxley. HEX triplet: 73, 8B and 7C. RGB value is (115,139,124). Sum of RGB (Red+Green+Blue) = 115+139+124=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 139 - color contains mainly: green. Hex color #738B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B7C is #8C7483. Grayscale: #828282. Windows color (decimal): -9204868 or 8162163. OLE color: 8162163.

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

Color convert

RGB115139124-
CMYK0.1700.110.45
HSL142.5º9.45%49.8%-
HSV(B)142.5º17.27%54.51%-
XYZ19.9423.5722.57-
YUV130.11124.55117.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.42%
GREEN value IS 139 (54.69% from 255) = 36.77%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=30.42%
G=36.77%
B=32.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151391240.1700.110.45142.59.4549.8
Hex738B7C110B2D8e932
Octal16321317421013552161162
Binary11100111000101111111001000101011101101100011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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