#748E7F

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

Shades of Oxley #748E7F

Tints of Oxley #748E7F

Color information

#748E7F (or 0x748E7F) is unknown color: approx Oxley. HEX triplet: 74, 8E and 7F. RGB value is (116,142,127). Sum of RGB (Red+Green+Blue) = 116+142+127=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 142 - color contains mainly: green. Hex color #748E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748E7F is #8B7180. Grayscale: #848484. Windows color (decimal): -9138561 or 8359540. OLE color: 8359540.

HSL color Cylindrical-coordinate representation of color #748E7F: hue angle of 145.38º 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 #748E7F is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB116142127-
CMYK0.1800.110.44
HSL145.38º10.32%50.59%-
HSV(B)145.38º18.31%55.69%-
XYZ20.7124.5923.73-
YUV132.52124.89116.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 127 (50% from 255) = 32.99%
R=30.13%
G=36.88%
B=32.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161421270.1800.110.44145.3810.3250.59
Hex748E7F120B2C91a33
Octal16421617722013542211263
Binary11101001000111011111111001001011101100100100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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