#789397

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

Shades of Gothic #789397

Tints of Gothic #789397

Color information

#789397 (or 0x789397) is unknown color: approx Gothic. HEX triplet: 78, 93 and 97. RGB value is (120,147,151). Sum of RGB (Red+Green+Blue) = 120+147+151=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 151 - color contains mainly: blue. Hex color #789397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789397 is #876C68. Grayscale: #8B8B8B. Windows color (decimal): -8875113 or 9933688. OLE color: 9933688.

HSL color Cylindrical-coordinate representation of color #789397: hue angle of 187.74º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789397 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB120147151-
CMYK0.210.0300.41
HSL187.74º12.97%53.14%-
HSV(B)187.74º20.53%59.22%-
XYZ23.7727.0933.26-
YUV139.38134.55114.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=28.71%
G=35.17%
B=36.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201471510.210.0300.41187.7412.9753.14
Hex789397153029bcd35
Octal1702232272530512741565
Binary1111000100100111001011110101110101001101111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789397; }

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

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

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

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

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

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

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

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