Html Css Color HEX #799096 Gothic

📋 copy color: '#799096'

red 121 ◦ green 144 ◦ blue 150

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

Shades of Gothic #799096

Tints of Gothic #799096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.7%

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

R = 29.16%
G = 34.7%
B = 36.14%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#799096 (or 0x799096) is known color: Gothic. HEX triplet: 79, 90 and 96. RGB value is (121,144,150). Sum of RGB (Red+Green+Blue) = 121+144+150=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 150 - color contains mainly: blue. Hex color #799096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799096 is #866F69. Grayscale: #898989. Windows color (decimal): -8810346 or 9867385. OLE color: 9867385.

HSL color Cylindrical-coordinate representation of color #799096: hue angle of 192.41º 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 #799096 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 144 150 -
CMYK 0.19 0.04 0 0.41
HSL 192.41º 0.12% 0.53% -
HSV(B) 192.41º 0.19% 0.59% -
XYZ 23.36 26.21 32.68 -
YUV 137.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 121 144 150 0.19 0.04 0 0.41 192.41 0.12 0.53
Hex 79 90 96 13 4 0 29 C0 C 35
Octal 171 220 226 23 4 0 51 300 14 65
Binary 1111001 10010000 10010110 10011 100 0 101001 11000000 1100 110101

Color Harmonies of #799096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799096

Black with #799096

Text Example


Text Example

White with #799096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799096; }

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

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

background-color css

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

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

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

border-color css

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

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

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