Html Css Color HEX #799093 Gothic

📋 copy color: '#799093'

red 121 ◦ green 144 ◦ blue 147

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

Shades of Gothic #799093

Tints of Gothic #799093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.68%

R = 29.37%
G = 34.95%
B = 35.68%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#799093 (or 0x799093) is known color: Gothic. HEX triplet: 79, 90 and 93. RGB value is (121,144,147). Sum of RGB (Red+Green+Blue) = 121+144+147=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 147 - color contains mainly: blue. Hex color #799093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799093 is #866F6C. Grayscale: #898989. Windows color (decimal): -8810349 or 9670777. OLE color: 9670777.

HSL color Cylindrical-coordinate representation of color #799093: hue angle of 186.92º 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 #799093 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 144 147 -
CMYK 0.18 0.02 0 0.42
HSL 186.92º 0.11% 0.53% -
HSV(B) 186.92º 0.18% 0.58% -
XYZ 23.12 26.12 31.43 -
YUV 137.47 133.38 116.26 -
System Red Green Blue C M Y K H S L
Decimal 121 144 147 0.18 0.02 0 0.42 186.92 0.11 0.53
Hex 79 90 93 12 2 0 2A BB B 35
Octal 171 220 223 22 2 0 52 273 13 65
Binary 1111001 10010000 10010011 10010 10 0 101010 10111011 1011 110101

Color Harmonies of #799093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799093

Black with #799093

Text Example


Text Example

White with #799093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799093; }

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

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

background-color css

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

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

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

border-color css

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

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

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