Html Css Color HEX #789499 Gothic

📋 copy color: '#789499'

red 120 ◦ green 148 ◦ blue 153

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

Shades of Gothic #789499

Tints of Gothic #789499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

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

R = 28.5%
G = 35.15%
B = 36.34%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#789499 (or 0x789499) is known color: Gothic. HEX triplet: 78, 94 and 99. RGB value is (120,148,153). Sum of RGB (Red+Green+Blue) = 120+148+153=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #789499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789499 is #876B66. Grayscale: #8C8C8C. Windows color (decimal): -8874855 or 10065016. OLE color: 10065016.

HSL color Cylindrical-coordinate representation of color #789499: hue angle of 189.09º 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 #789499 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 148 153 -
CMYK 0.22 0.03 0 0.4
HSL 189.09º 0.14% 0.54% -
HSV(B) 189.09º 0.22% 0.6% -
XYZ 24.09 27.47 34.17 -
YUV 140.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 120 148 153 0.22 0.03 0 0.4 189.09 0.14 0.54
Hex 78 94 99 16 3 0 28 BD E 36
Octal 170 224 231 26 3 0 50 275 16 66
Binary 1111000 10010100 10011001 10110 11 0 101000 10111101 1110 110110

Color Harmonies of #789499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789499

Black with #789499

Text Example


Text Example

White with #789499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789499; }

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

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

background-color css

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

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

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

border-color css

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

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

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