Html Css Color HEX #789399 Gothic

📋 copy color: '#789399'

red 120 ◦ green 147 ◦ blue 153

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

Shades of Gothic #789399

Tints of Gothic #789399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35%

 BLUE value IS 153 (60.16% from 255) = 36.43%

R = 28.57%
G = 35%
B = 36.43%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#789399 (or 0x789399) is known color: Gothic. HEX triplet: 78, 93 and 99. RGB value is (120,147,153). Sum of RGB (Red+Green+Blue) = 120+147+153=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 153 - color contains mainly: blue. Hex color #789399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789399 is #876C66. Grayscale: #8B8B8B. Windows color (decimal): -8875111 or 10064760. OLE color: 10064760.

HSL color Cylindrical-coordinate representation of color #789399: hue angle of 190.91º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #789399 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 147 153 -
CMYK 0.22 0.04 0 0.4
HSL 190.91º 0.14% 0.54% -
HSV(B) 190.91º 0.22% 0.6% -
XYZ 23.93 27.16 34.12 -
YUV 139.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 120 147 153 0.22 0.04 0 0.4 190.91 0.14 0.54
Hex 78 93 99 16 4 0 28 BF E 36
Octal 170 223 231 26 4 0 50 277 16 66
Binary 1111000 10010011 10011001 10110 100 0 101000 10111111 1110 110110

Color Harmonies of #789399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789399

Black with #789399

Text Example


Text Example

White with #789399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789399; }

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

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

background-color css

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

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

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

border-color css

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

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

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