#788F93

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

Shades of Gothic #788F93

Tints of Gothic #788F93

Color information

#788F93 (or 0x788F93) is unknown color: approx Gothic. HEX triplet: 78, 8F and 93. RGB value is (120,143,147). Sum of RGB (Red+Green+Blue) = 120+143+147=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 147 - color contains mainly: blue. Hex color #788F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788F93 is #87706C. Grayscale: #888888. Windows color (decimal): -8876141 or 9670520. OLE color: 9670520.

HSL color Cylindrical-coordinate representation of color #788F93: hue angle of 188.89º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #788F93 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB120143147-
CMYK0.180.0300.42
HSL188.89º11.11%52.35%-
HSV(B)188.89º18.37%57.65%-
XYZ22.8325.7431.37-
YUV136.58133.88116.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.27%
GREEN value IS 143 (56.25% from 255) = 34.88%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=29.27%
G=34.88%
B=35.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201431470.180.0300.42188.8911.1152.35
Hex788F9312302Abdb34
Octal1702172232230522751364
Binary1111000100011111001001110010110101010101111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788F93; }

 p { color: rgb(120,143,147); }

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

<style>
 a { background-color: #788F93; }

 a { background-color: rgb(120,143,147); }

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

<style>
 span { border-color: #788F93; }

 span { border-color: rgb(120,143,147); }

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