#738E92

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

Shades of Gothic #738E92

Tints of Gothic #738E92

Color information

#738E92 (or 0x738E92) is unknown color: approx Gothic. HEX triplet: 73, 8E and 92. RGB value is (115,142,146). Sum of RGB (Red+Green+Blue) = 115+142+146=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 146 - color contains mainly: blue. Hex color #738E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738E92 is #8C716D. Grayscale: #868686. Windows color (decimal): -9204078 or 9604723. OLE color: 9604723.

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

Color convert

RGB115142146-
CMYK0.210.0300.43
HSL187.74º12.45%51.18%-
HSV(B)187.74º21.23%57.25%-
XYZ21.9325.0730.88-
YUV134.38134.55114.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.54%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=28.54%
G=35.24%
B=36.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151421460.210.0300.43187.7412.4551.18
Hex738E9215302Bbcc33
Octal1632162222530532741463
Binary1110011100011101001001010101110101011101111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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