Html Css Color HEX #7A9093 Gothic

📋 copy color: '#7A9093'

red 122 ◦ green 144 ◦ blue 147

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

Shades of Gothic #7A9093

Tints of Gothic #7A9093

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 value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7A9093 (or 0x7A9093) is known color: 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

RGB 122 144 147 -
CMYK 0.17 0.02 0 0.42
HSL 187.2º 0.1% 0.53% -
HSV(B) 187.2º 0.17% 0.58% -
XYZ 23.27 26.19 31.43 -
YUV 137.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 122 144 147 0.17 0.02 0 0.42 187.2 0.1 0.53
Hex 7A 90 93 11 2 0 2A BB A 35
Octal 172 220 223 21 2 0 52 273 12 65
Binary 1111010 10010000 10010011 10001 10 0 101010 10111011 1010 110101

Color Harmonies of #7A9093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9093

Black with #7A9093

Text Example


Text Example

White with #7A9093

Text Example


Text Example

HTML Codes & Css Web 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>