#748D90

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

Shades of Gothic #748D90

Tints of Gothic #748D90

Color information

#748D90 (or 0x748D90) is unknown color: approx Gothic. HEX triplet: 74, 8D and 90. RGB value is (116,141,144). Sum of RGB (Red+Green+Blue) = 116+141+144=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 144 - color contains mainly: blue. Hex color #748D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748D90 is #8B726F. Grayscale: #858585. Windows color (decimal): -9138800 or 9473396. OLE color: 9473396.

HSL color Cylindrical-coordinate representation of color #748D90: hue angle of 186.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #748D90 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB116141144-
CMYK0.190.0200.44
HSL186.43º11.2%50.98%-
HSV(B)186.43º19.44%56.47%-
XYZ21.7624.7830.02-
YUV133.87133.72115.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.93%
GREEN value IS 141 (55.47% from 255) = 35.16%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=28.93%
G=35.16%
B=35.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161411440.190.0200.44186.4311.250.98
Hex748D9013202Cbab33
Octal1642152202320542721363
Binary1110100100011011001000010011100101100101110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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