Html Css Color HEX #799094 Gothic

📋 copy color: '#799094'

red 121 ◦ green 144 ◦ blue 148

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

Shades of Gothic #799094

Tints of Gothic #799094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.84%

R = 29.3%
G = 34.87%
B = 35.84%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#799094 (or 0x799094) is known color: Gothic. HEX triplet: 79, 90 and 94. RGB value is (121,144,148). Sum of RGB (Red+Green+Blue) = 121+144+148=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 148 - color contains mainly: blue. Hex color #799094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799094 is #866F6B. Grayscale: #898989. Windows color (decimal): -8810348 or 9736313. OLE color: 9736313.

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

Color convert

RGB 121 144 148 -
CMYK 0.18 0.03 0 0.42
HSL 188.89º 0.11% 0.53% -
HSV(B) 188.89º 0.18% 0.58% -
XYZ 23.2 26.15 31.84 -
YUV 137.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 121 144 148 0.18 0.03 0 0.42 188.89 0.11 0.53
Hex 79 90 94 12 3 0 2A BD B 35
Octal 171 220 224 22 3 0 52 275 13 65
Binary 1111001 10010000 10010100 10010 11 0 101010 10111101 1011 110101

Color Harmonies of #799094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799094

Black with #799094

Text Example


Text Example

White with #799094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799094; }

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

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

background-color css

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

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

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

border-color css

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

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

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