#79949A

Color #79949A Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #79949A

Tints of Gothic #79949A

Color information

#79949A (or 0x79949A) is unknown color: approx 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

RGB121148154-
CMYK0.210.0400.40
HSL190.91º14.04%53.92%-
HSV(B)190.91º21.43%60.39%-
XYZ24.3127.5834.61-
YUV140.61135.55114.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.61%
GREEN value IS 148 (58.20% 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 (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211481540.210.0400.40190.9114.0453.92
Hex79949A154028bfe36
Octal1712242322540502771666
Binary11110011001010010011010101011000101000101111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>