#7A9093

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

Shades of Gothic #7A9093

Tints of Gothic #7A9093

Color information

#7A9093 (or 0x7A9093) is unknown color: approx Gothic. HEX triplet: 7A, 90 and 93. RGB value is (122,144,147). Sum of RGB (Red+Green+Blue) = 122+144+147=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A9093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9093 is #856F6C. Grayscale: #898989. Windows color (decimal): -8744813 or 9670778. OLE color: 9670778.

HSL color Cylindrical-coordinate representation of color #7A9093: hue angle of 187.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A9093 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB122144147-
CMYK0.170.0200.42
HSL187.2º10.37%52.75%-
HSV(B)187.2º17.01%57.65%-
XYZ23.2726.1931.43-
YUV137.76133.21116.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.54%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=29.54%
G=34.87%
B=35.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1221441470.170.0200.42187.210.3752.75
Hex7A909311202Abba35
Octal1722202232120522731265
Binary1111010100100001001001110001100101010101110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A9093; }

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

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

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

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

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

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

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

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