#7A919B

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

Shades of Bermuda Grey #7A919B

Tints of Bermuda Grey #7A919B

Color information

#7A919B (or 0x7A919B) is unknown color: approx Bermuda Grey. HEX triplet: 7A, 91 and 9B. RGB value is (122,145,155). Sum of RGB (Red+Green+Blue) = 122+145+155=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A919B is #856E64. Grayscale: #8B8B8B. Windows color (decimal): -8744549 or 10195322. OLE color: 10195322.

HSL color Cylindrical-coordinate representation of color #7A919B: hue angle of 198.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A919B is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB122145155-
CMYK0.210.0600.39
HSL198.18º14.16%54.31%-
HSV(B)198.18º21.29%60.78%-
XYZ24.0726.7534.91-
YUV139.26136.88115.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.91%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=28.91%
G=34.36%
B=36.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1221451550.210.0600.39198.1814.1654.31
Hex7A919B156027c6e36
Octal1722212332560473061666
Binary11110101001000110011011101011100100111110001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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