#799399

Color #799399 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #799399

Tints of Gothic #799399

Color information

#799399 (or 0x799399) is unknown color: approx Gothic. HEX triplet: 79, 93 and 99. RGB value is (121,147,153). Sum of RGB (Red+Green+Blue) = 121+147+153=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #799399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799399 is #866C66. Grayscale: #8B8B8B. Windows color (decimal): -8809575 or 10064761. OLE color: 10064761.

HSL color Cylindrical-coordinate representation of color #799399: hue angle of 191.25º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #799399 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB121147153-
CMYK0.210.0400.4
HSL191.25º13.56%53.73%-
HSV(B)191.25º20.92%60%-
XYZ24.0727.2334.12-
YUV139.91135.39114.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.74%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=28.74%
G=34.92%
B=36.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211471530.210.0400.4191.2513.5653.73
Hex799399154028bfe36
Octal1712232312540502771666
Binary11110011001001110011001101011000101000101111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799399; }

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

 H1.HeaderClassName
 {
   color: #799399;
 }
 .AnyTagClassName
 {
   color: #799399;
 }
</style>
background-color css

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

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

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

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

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

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