#738B95

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

Shades of Gothic #738B95

Tints of Gothic #738B95

Color information

#738B95 (or 0x738B95) is unknown color: approx Gothic. HEX triplet: 73, 8B and 95. RGB value is (115,139,149). Sum of RGB (Red+Green+Blue) = 115+139+149=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: blue. Hex color #738B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738B95 is #8C746A. Grayscale: #848484. Windows color (decimal): -9204843 or 9800563. OLE color: 9800563.

HSL color Cylindrical-coordinate representation of color #738B95: hue angle of 197.65º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #738B95 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB115139149-
CMYK0.230.0700.42
HSL197.65º13.82%51.76%-
HSV(B)197.65º22.82%58.43%-
XYZ21.7324.2831.98-
YUV132.96137.05115.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.54%
GREEN value IS 139 (54.69% from 255) = 34.49%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=28.54%
G=34.49%
B=36.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151391490.230.0700.42197.6513.8251.76
Hex738B9517702Ac6e34
Octal1632132252770523061664
Binary11100111000101110010101101111110101010110001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,139,149); }

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

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

 a { background-color: rgb(115,139,149); }

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

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

 span { border-color: rgb(115,139,149); }

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