Html Css Color HEX #789198 Gothic

📋 copy color: '#789198'

red 120 ◦ green 145 ◦ blue 152

#789198
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #789198

Tints of Gothic #789198

RGB

 RED value IS 120 (47.27% from 255) = 28.78%

 GREEN value IS 145 (57.03% from 255) = 34.77%

 BLUE value IS 152 (59.77% from 255) = 36.45%

R = 28.78%
G = 34.77%
B = 36.45%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#789198 (or 0x789198) is known color: Gothic. HEX triplet: 78, 91 and 98. RGB value is (120,145,152). Sum of RGB (Red+Green+Blue) = 120+145+152=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 152 - color contains mainly: blue. Hex color #789198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789198 is #876E67. Grayscale: #8A8A8A. Windows color (decimal): -8875624 or 9998712. OLE color: 9998712.

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

Color convert

RGB 120 145 152 -
CMYK 0.21 0.05 0 0.40
HSL 193.13º 0.13% 0.53% -
HSV(B) 193.13º 0.21% 0.6% -
XYZ 23.54 26.51 33.58 -
YUV 138.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 120 145 152 0.21 0.05 0 0.40 193.13 0.13 0.53
Hex 78 91 98 15 5 0 28 C1 D 35
Octal 170 221 230 25 5 0 50 301 15 65
Binary 1111000 10010001 10011000 10101 101 0 101000 11000001 1101 110101

Color Harmonies of #789198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789198

Black with #789198

Text Example


Text Example

White with #789198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789198; }

 p { color: rgb(120,145,152); }

 H1.HeaderClassName
 {
   color: #789198;
 }
 .AnyTagClassName
 {
   color: #789198;
 }
</style>

background-color css

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

 a { background-color: rgb(120,145,152); }

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

border-color css

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

 span { border-color: rgb(120,145,152); }

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