#748A8F

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

Shades of Gothic #748A8F

Tints of Gothic #748A8F

Color information

#748A8F (or 0x748A8F) is unknown color: approx Gothic. HEX triplet: 74, 8A and 8F. RGB value is (116,138,143). Sum of RGB (Red+Green+Blue) = 116+138+143=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 143 - color contains mainly: blue. Hex color #748A8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748A8F is #8B7570. Grayscale: #838383. Windows color (decimal): -9139569 or 9407092. OLE color: 9407092.

HSL color Cylindrical-coordinate representation of color #748A8F: hue angle of 191.11º 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 #748A8F is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB116138143-
CMYK0.190.0300.44
HSL191.11º10.76%50.78%-
HSV(B)191.11º18.88%56.08%-
XYZ21.2523.8729.47-
YUV131.99134.21116.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.22%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=29.22%
G=34.76%
B=36.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161381430.190.0300.44191.1110.7650.78
Hex748A8F13302Cbfb33
Octal1642122172330542771363
Binary1110100100010101000111110011110101100101111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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