#748A8E

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

Shades of Gothic #748A8E

Tints of Gothic #748A8E

Color information

#748A8E (or 0x748A8E) is unknown color: approx Gothic. HEX triplet: 74, 8A and 8E. RGB value is (116,138,142). Sum of RGB (Red+Green+Blue) = 116+138+142=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 142 - color contains mainly: blue. Hex color #748A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748A8E is #8B7571. Grayscale: #838383. Windows color (decimal): -9139570 or 9341556. OLE color: 9341556.

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

Color convert

RGB116138142-
CMYK0.180.0300.44
HSL189.23º10.32%50.59%-
HSV(B)189.23º18.31%55.69%-
XYZ21.1723.8429.08-
YUV131.88133.71116.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=29.29%
G=34.85%
B=35.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161381420.180.0300.44189.2310.3250.59
Hex748A8E12302Cbda33
Octal1642122162230542751263
Binary1110100100010101000111010010110101100101111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,138,142); }

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

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

 a { background-color: rgb(116,138,142); }

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

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

 span { border-color: rgb(116,138,142); }

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