#748E7C

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

Shades of Oxley #748E7C

Tints of Oxley #748E7C

Color information

#748E7C (or 0x748E7C) is unknown color: approx Oxley. HEX triplet: 74, 8E and 7C. RGB value is (116,142,124). Sum of RGB (Red+Green+Blue) = 116+142+124=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 142 - color contains mainly: green. Hex color #748E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748E7C is #8B7183. Grayscale: #848484. Windows color (decimal): -9138564 or 8162932. OLE color: 8162932.

HSL color Cylindrical-coordinate representation of color #748E7C: hue angle of 138.46º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #748E7C is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB116142124-
CMYK0.1800.130.44
HSL138.46º10.32%50.59%-
HSV(B)138.46º18.31%55.69%-
XYZ20.5124.5122.72-
YUV132.17123.39116.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.37%
GREEN value IS 142 (55.86% from 255) = 37.17%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=30.37%
G=37.17%
B=32.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161421240.1800.130.44138.4610.3250.59
Hex748E7C120D2C8aa33
Octal16421617422015542121263
Binary11101001000111011111001001001101101100100010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748E7C; }

 p { color: rgb(116,142,124); }

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

<style>
 a { background-color: #748E7C; }

 a { background-color: rgb(116,142,124); }

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

<style>
 span { border-color: #748E7C; }

 span { border-color: rgb(116,142,124); }

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