Html Css Color HEX #79949A Gothic

📋 copy color: '#79949A'

red 121 ◦ green 148 ◦ blue 154

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

Shades of Gothic #79949A

Tints of Gothic #79949A

RGB

 RED value IS 121 (47.66% from 255) = 28.61%

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

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

R = 28.61%
G = 34.99%
B = 36.41%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#79949A (or 0x79949A) is known color: Gothic. HEX triplet: 79, 94 and 9A. RGB value is (121,148,154). Sum of RGB (Red+Green+Blue) = 121+148+154=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 154 - color contains mainly: blue. Hex color #79949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79949A is #866B65. Grayscale: #8C8C8C. Windows color (decimal): -8809318 or 10130553. OLE color: 10130553.

HSL color Cylindrical-coordinate representation of color #79949A: 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.21%. Process color model (Four color, CMYK) of #79949A is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 148 154 -
CMYK 0.21 0.04 0 0.40
HSL 190.91º 0.14% 0.54% -
HSV(B) 190.91º 0.21% 0.6% -
XYZ 24.31 27.58 34.61 -
YUV 140.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 121 148 154 0.21 0.04 0 0.40 190.91 0.14 0.54
Hex 79 94 9A 15 4 0 28 BF E 36
Octal 171 224 232 25 4 0 50 277 16 66
Binary 1111001 10010100 10011010 10101 100 0 101000 10111111 1110 110110

Color Harmonies of #79949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79949A

Black with #79949A

Text Example


Text Example

White with #79949A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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