#738F92

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

Shades of Gothic #738F92

Tints of Gothic #738F92

Color information

#738F92 (or 0x738F92) is unknown color: approx Gothic. HEX triplet: 73, 8F and 92. RGB value is (115,143,146). Sum of RGB (Red+Green+Blue) = 115+143+146=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 146 - color contains mainly: blue. Hex color #738F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738F92 is #8C706D. Grayscale: #868686. Windows color (decimal): -9203822 or 9604979. OLE color: 9604979.

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

Color convert

RGB115143146-
CMYK0.210.0200.43
HSL185.81º12.45%51.18%-
HSV(B)185.81º21.23%57.25%-
XYZ22.0825.3730.93-
YUV134.97134.22113.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.47%
GREEN value IS 143 (56.25% from 255) = 35.40%
BLUE value IS 146 (57.42% from 255) = 36.14%
R=28.47%
G=35.40%
B=36.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151431460.210.0200.43185.8112.4551.18
Hex738F9215202Bbac33
Octal1632172222520532721463
Binary1110011100011111001001010101100101011101110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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