#7A91A6

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

Shades of Bermuda Grey #7A91A6

Tints of Bermuda Grey #7A91A6

Color information

#7A91A6 (or 0x7A91A6) is unknown color: approx Bermuda Grey. HEX triplet: 7A, 91 and A6. RGB value is (122,145,166). Sum of RGB (Red+Green+Blue) = 122+145+166=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 166 - color contains mainly: blue. Hex color #7A91A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A91A6 is #856E59. Grayscale: #8C8C8C. Windows color (decimal): -8744538 or 10916218. OLE color: 10916218.

HSL color Cylindrical-coordinate representation of color #7A91A6: hue angle of 208.64º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A91A6 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB122145166-
CMYK0.270.1300.35
HSL208.64º19.82%56.47%-
HSV(B)208.64º26.51%65.1%-
XYZ25.0327.1440-
YUV140.52142.38114.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.18%
GREEN value IS 145 (57.03% from 255) = 33.49%
BLUE value IS 166 (65.23% from 255) = 38.34%
R=28.18%
G=33.49%
B=38.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1221451660.270.1300.35208.6419.8256.47
Hex7A91A61BD023d11438
Octal17222124633150433212470
Binary1111010100100011010011011011110101000111101000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A91A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,145,166); }

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

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

 a { background-color: rgb(122,145,166); }

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

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

 span { border-color: rgb(122,145,166); }

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