#748D7E

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

Shades of Oxley #748D7E

Tints of Oxley #748D7E

Color information

#748D7E (or 0x748D7E) is unknown color: approx Oxley. HEX triplet: 74, 8D and 7E. RGB value is (116,141,126). Sum of RGB (Red+Green+Blue) = 116+141+126=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 141 - color contains mainly: green. Hex color #748D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D7E is #8B7281. Grayscale: #838383. Windows color (decimal): -9138818 or 8293748. OLE color: 8293748.

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

Color convert

RGB116141126-
CMYK0.1800.110.45
HSL144º9.88%50.39%-
HSV(B)144º17.73%55.29%-
XYZ20.4924.2723.34-
YUV131.82124.72116.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.29%
GREEN value IS 141 (55.47% from 255) = 36.81%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=30.29%
G=36.81%
B=32.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161411260.1800.110.451449.8850.39
Hex748D7E120B2D90a32
Octal16421517622013552201262
Binary11101001000110111111101001001011101101100100001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,141,126); }

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

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

 a { background-color: rgb(116,141,126); }

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

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

 span { border-color: rgb(116,141,126); }

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