#748D93

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

Shades of Gothic #748D93

Tints of Gothic #748D93

Color information

#748D93 (or 0x748D93) is unknown color: approx Gothic. HEX triplet: 74, 8D and 93. RGB value is (116,141,147). Sum of RGB (Red+Green+Blue) = 116+141+147=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 147 - color contains mainly: blue. Hex color #748D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748D93 is #8B726C. Grayscale: #868686. Windows color (decimal): -9138797 or 9670004. OLE color: 9670004.

HSL color Cylindrical-coordinate representation of color #748D93: hue angle of 191.61º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #748D93 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB116141147-
CMYK0.210.0400.42
HSL191.61º12.55%51.57%-
HSV(B)191.61º21.09%57.65%-
XYZ21.9924.8731.24-
YUV134.21135.22115.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.71%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=28.71%
G=34.90%
B=36.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161411470.210.0400.42191.6112.5551.57
Hex748D9315402Ac0d34
Octal1642152232540523001564
Binary11101001000110110010011101011000101010110000001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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