Html Css Color HEX #78949A Gothic

📋 copy color: '#78949A'

red 120 ◦ green 148 ◦ blue 154

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

Shades of Gothic #78949A

Tints of Gothic #78949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.49%

R = 28.44%
G = 35.07%
B = 36.49%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#78949A (or 0x78949A) is known color: Gothic. HEX triplet: 78, 94 and 9A. RGB value is (120,148,154). Sum of RGB (Red+Green+Blue) = 120+148+154=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 154 - color contains mainly: blue. Hex color #78949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78949A is #876B65. Grayscale: #8C8C8C. Windows color (decimal): -8874854 or 10130552. OLE color: 10130552.

HSL color Cylindrical-coordinate representation of color #78949A: hue angle of 190.59º 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 #78949A is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 148 154 -
CMYK 0.22 0.04 0 0.40
HSL 190.59º 0.14% 0.54% -
HSV(B) 190.59º 0.22% 0.6% -
XYZ 24.17 27.51 34.61 -
YUV 140.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 120 148 154 0.22 0.04 0 0.40 190.59 0.14 0.54
Hex 78 94 9A 16 4 0 28 BF E 36
Octal 170 224 232 26 4 0 50 277 16 66
Binary 1111000 10010100 10011010 10110 100 0 101000 10111111 1110 110110

Color Harmonies of #78949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78949A

Black with #78949A

Text Example


Text Example

White with #78949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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