#738B8E

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

Shades of Gothic #738B8E

Tints of Gothic #738B8E

Color information

#738B8E (or 0x738B8E) is unknown color: approx Gothic. HEX triplet: 73, 8B and 8E. RGB value is (115,139,142). Sum of RGB (Red+Green+Blue) = 115+139+142=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 142 - color contains mainly: blue. Hex color #738B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738B8E is #8C7471. Grayscale: #848484. Windows color (decimal): -9204850 or 9341811. OLE color: 9341811.

HSL color Cylindrical-coordinate representation of color #738B8E: hue angle of 186.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #738B8E is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115139142-
CMYK0.190.0200.44
HSL186.67º10.67%50.39%-
HSV(B)186.67º19.01%55.69%-
XYZ21.1924.0629.12-
YUV132.17133.55115.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.04%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=29.04%
G=35.10%
B=35.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151391420.190.0200.44186.6710.6750.39
Hex738B8E13202Cbbb32
Octal1632132162320542731362
Binary1110011100010111000111010011100101100101110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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