#7A929B

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

Shades of Bermuda Grey #7A929B

Tints of Bermuda Grey #7A929B

Color information

#7A929B (or 0x7A929B) is unknown color: approx Bermuda Grey. HEX triplet: 7A, 92 and 9B. RGB value is (122,146,155). Sum of RGB (Red+Green+Blue) = 122+146+155=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A929B is #856D64. Grayscale: #8B8B8B. Windows color (decimal): -8744293 or 10195578. OLE color: 10195578.

HSL color Cylindrical-coordinate representation of color #7A929B: hue angle of 196.36º 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 #7A929B is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB122146155-
CMYK0.210.0600.39
HSL196.36º14.16%54.31%-
HSV(B)196.36º21.29%60.78%-
XYZ24.2227.0634.96-
YUV139.85136.55115.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.84%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=28.84%
G=34.52%
B=36.64%

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
Decimal1221461550.210.0600.39196.3614.1654.31
Hex7A929B156027c4e36
Octal1722222332560473041666
Binary11110101001001010011011101011100100111110001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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