Html Css Color HEX #799296 Gothic

📋 copy color: '#799296'

red 121 ◦ green 146 ◦ blue 150

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

Shades of Gothic #799296

Tints of Gothic #799296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.01%

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 29.02%
G = 35.01%
B = 35.97%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#799296 (or 0x799296) is known color: Gothic. HEX triplet: 79, 92 and 96. RGB value is (121,146,150). Sum of RGB (Red+Green+Blue) = 121+146+150=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 150 - color contains mainly: blue. Hex color #799296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799296 is #866D69. Grayscale: #8A8A8A. Windows color (decimal): -8809834 or 9867897. OLE color: 9867897.

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

Color convert

RGB 121 146 150 -
CMYK 0.19 0.03 0 0.41
HSL 188.28º 0.12% 0.53% -
HSV(B) 188.28º 0.19% 0.59% -
XYZ 23.67 26.82 32.78 -
YUV 138.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 121 146 150 0.19 0.03 0 0.41 188.28 0.12 0.53
Hex 79 92 96 13 3 0 29 BC C 35
Octal 171 222 226 23 3 0 51 274 14 65
Binary 1111001 10010010 10010110 10011 11 0 101001 10111100 1100 110101

Color Harmonies of #799296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799296

Black with #799296

Text Example


Text Example

White with #799296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799296; }

 p { color: rgb(121,146,150); }

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

background-color css

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

 a { background-color: rgb(121,146,150); }

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

border-color css

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

 span { border-color: rgb(121,146,150); }

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