#748E7D

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

Shades of Oxley #748E7D

Tints of Oxley #748E7D

Color information

#748E7D (or 0x748E7D) is unknown color: approx Oxley. HEX triplet: 74, 8E and 7D. RGB value is (116,142,125). Sum of RGB (Red+Green+Blue) = 116+142+125=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 142 - color contains mainly: green. Hex color #748E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748E7D is #8B7182. Grayscale: #848484. Windows color (decimal): -9138563 or 8228468. OLE color: 8228468.

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

Color convert

RGB116142125-
CMYK0.1800.120.44
HSL140.77º10.32%50.59%-
HSV(B)140.77º18.31%55.69%-
XYZ20.5824.5423.05-
YUV132.29123.89116.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.29%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=30.29%
G=37.08%
B=32.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161421250.1800.120.44140.7710.3250.59
Hex748E7D120C2C8da33
Octal16421617522014542151263
Binary11101001000111011111011001001100101100100011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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