#778F93

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

Shades of Gothic #778F93

Tints of Gothic #778F93

Color information

#778F93 (or 0x778F93) is unknown color: approx Gothic. HEX triplet: 77, 8F and 93. RGB value is (119,143,147). Sum of RGB (Red+Green+Blue) = 119+143+147=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #778F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778F93 is #88706C. Grayscale: #888888. Windows color (decimal): -8941677 or 9670519. OLE color: 9670519.

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

Color convert

RGB119143147-
CMYK0.190.0300.42
HSL188.57º11.48%52.16%-
HSV(B)188.57º19.05%57.65%-
XYZ22.725.6731.36-
YUV136.28134.05115.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 147 (57.81% from 255) = 35.94%
R=29.10%
G=34.96%
B=35.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191431470.190.0300.42188.5711.4852.16
Hex778F9313302Abdb34
Octal1672172232330522751364
Binary1110111100011111001001110011110101010101111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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