Html Css Color HEX #799195 Gothic

📋 copy color: '#799195'

red 121 ◦ green 145 ◦ blue 149

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

Shades of Gothic #799195

Tints of Gothic #799195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.94%

 BLUE value IS 149 (58.59% from 255) = 35.9%

R = 29.16%
G = 34.94%
B = 35.9%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#799195 (or 0x799195) is known color: Gothic. HEX triplet: 79, 91 and 95. RGB value is (121,145,149). Sum of RGB (Red+Green+Blue) = 121+145+149=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 149 - color contains mainly: blue. Hex color #799195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799195 is #866E6A. Grayscale: #8A8A8A. Windows color (decimal): -8810091 or 9802105. OLE color: 9802105.

HSL color Cylindrical-coordinate representation of color #799195: hue angle of 188.57º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #799195 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 145 149 -
CMYK 0.19 0.03 0 0.42
HSL 188.57º 0.12% 0.53% -
HSV(B) 188.57º 0.19% 0.58% -
XYZ 23.44 26.49 32.31 -
YUV 138.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 121 145 149 0.19 0.03 0 0.42 188.57 0.12 0.53
Hex 79 91 95 13 3 0 2A BD C 35
Octal 171 221 225 23 3 0 52 275 14 65
Binary 1111001 10010001 10010101 10011 11 0 101010 10111101 1100 110101

Color Harmonies of #799195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799195

Black with #799195

Text Example


Text Example

White with #799195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799195; }

 p { color: rgb(121,145,149); }

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

background-color css

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

 a { background-color: rgb(121,145,149); }

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

border-color css

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

 span { border-color: rgb(121,145,149); }

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