#7A9298

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

Shades of Gothic #7A9298

Tints of Gothic #7A9298

Color information

#7A9298 (or 0x7A9298) is unknown color: approx Gothic. HEX triplet: 7A, 92 and 98. RGB value is (122,146,152). Sum of RGB (Red+Green+Blue) = 122+146+152=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A9298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9298 is #856D67. Grayscale: #8B8B8B. Windows color (decimal): -8744296 or 9998970. OLE color: 9998970.

HSL color Cylindrical-coordinate representation of color #7A9298: hue angle of 192º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A9298 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB122146152-
CMYK0.200.0400.40
HSL192º12.71%53.73%-
HSV(B)192º19.74%59.61%-
XYZ23.9726.9633.65-
YUV139.51135.05115.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.05%
GREEN value IS 146 (57.42% from 255) = 34.76%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=29.05%
G=34.76%
B=36.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1221461520.200.0400.4019212.7153.73
Hex7A9298144028c0d36
Octal1722222302440503001566
Binary11110101001001010011000101001000101000110000001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,146,152); }

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

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

 a { background-color: rgb(122,146,152); }

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

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

 span { border-color: rgb(122,146,152); }

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