#738A92

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

Shades of Gothic #738A92

Tints of Gothic #738A92

Color information

#738A92 (or 0x738A92) is unknown color: approx Gothic. HEX triplet: 73, 8A and 92. RGB value is (115,138,146). Sum of RGB (Red+Green+Blue) = 115+138+146=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 146 - color contains mainly: blue. Hex color #738A92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738A92 is #8C756D. Grayscale: #838383. Windows color (decimal): -9205102 or 9603699. OLE color: 9603699.

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

Color convert

RGB115138146-
CMYK0.210.0500.43
HSL195.48º12.45%51.18%-
HSV(B)195.48º21.23%57.25%-
XYZ21.3523.930.68-
YUV132.04135.88115.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=28.82%
G=34.59%
B=36.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151381460.210.0500.43195.4812.4551.18
Hex738A9215502Bc3c33
Octal1632122222550533031463
Binary11100111000101010010010101011010101011110000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738A92; }

 p { color: rgb(115,138,146); }

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

<style>
 a { background-color: #738A92; }

 a { background-color: rgb(115,138,146); }

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

<style>
 span { border-color: #738A92; }

 span { border-color: rgb(115,138,146); }

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