#748C92

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

Shades of Gothic #748C92

Tints of Gothic #748C92

Color information

#748C92 (or 0x748C92) is unknown color: approx Gothic. HEX triplet: 74, 8C and 92. RGB value is (116,140,146). Sum of RGB (Red+Green+Blue) = 116+140+146=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 146 - color contains mainly: blue. Hex color #748C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748C92 is #8B736D. Grayscale: #858585. Windows color (decimal): -9139054 or 9604212. OLE color: 9604212.

HSL color Cylindrical-coordinate representation of color #748C92: hue angle of 192º 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 #748C92 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB116140146-
CMYK0.210.0400.43
HSL192º12.1%51.37%-
HSV(B)192º20.55%57.25%-
XYZ21.7724.5430.78-
YUV133.51135.05115.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.86%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=28.86%
G=34.83%
B=36.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161401460.210.0400.4319212.151.37
Hex748C9215402Bc0c33
Octal1642142222540533001463
Binary11101001000110010010010101011000101011110000001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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