#748C7E

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

Shades of Oxley #748C7E

Tints of Oxley #748C7E

Color information

#748C7E (or 0x748C7E) is unknown color: approx Oxley. HEX triplet: 74, 8C and 7E. RGB value is (116,140,126). Sum of RGB (Red+Green+Blue) = 116+140+126=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 140 - color contains mainly: green. Hex color #748C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748C7E is #8B7381. Grayscale: #838383. Windows color (decimal): -9139074 or 8293492. OLE color: 8293492.

HSL color Cylindrical-coordinate representation of color #748C7E: hue angle of 145º 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 #748C7E is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB116140126-
CMYK0.1700.100.45
HSL145º9.45%50.2%-
HSV(B)145º17.14%54.9%-
XYZ20.3523.9823.29-
YUV131.23125.05117.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.37%
GREEN value IS 140 (55.08% from 255) = 36.65%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=30.37%
G=36.65%
B=32.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161401260.1700.100.451459.4550.2
Hex748C7E110A2D91932
Octal16421417621012552211162
Binary11101001000110011111101000101010101101100100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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