#748F92

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

Shades of Gothic #748F92

Tints of Gothic #748F92

Color information

#748F92 (or 0x748F92) is unknown color: approx Gothic. HEX triplet: 74, 8F and 92. RGB value is (116,143,146). Sum of RGB (Red+Green+Blue) = 116+143+146=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 146 - color contains mainly: blue. Hex color #748F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748F92 is #8B706D. Grayscale: #878787. Windows color (decimal): -9138286 or 9604980. OLE color: 9604980.

HSL color Cylindrical-coordinate representation of color #748F92: hue angle of 186º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #748F92 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB116143146-
CMYK0.210.0200.43
HSL186º12.1%51.37%-
HSV(B)186º20.55%57.25%-
XYZ22.2125.4330.93-
YUV135.27134.05114.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.64%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=28.64%
G=35.31%
B=36.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161431460.210.0200.4318612.151.37
Hex748F9215202Bbac33
Octal1642172222520532721463
Binary1110100100011111001001010101100101011101110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,143,146); }

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

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

 a { background-color: rgb(116,143,146); }

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

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

 span { border-color: rgb(116,143,146); }

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