#7A929D

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

Shades of Bermuda Grey #7A929D

Tints of Bermuda Grey #7A929D

Color information

#7A929D (or 0x7A929D) is unknown color: approx Bermuda Grey. HEX triplet: 7A, 92 and 9D. RGB value is (122,146,157). Sum of RGB (Red+Green+Blue) = 122+146+157=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A929D is #856D62. Grayscale: #8C8C8C. Windows color (decimal): -8744291 or 10326650. OLE color: 10326650.

HSL color Cylindrical-coordinate representation of color #7A929D: hue angle of 198.86º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A929D is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB122146157-
CMYK0.220.0700.38
HSL198.86º15.15%54.71%-
HSV(B)198.86º22.29%61.57%-
XYZ24.3927.1335.85-
YUV140.08137.55115.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.71%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=28.71%
G=34.35%
B=36.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221461570.220.0700.38198.8615.1554.71
Hex7A929D167026c7f37
Octal1722222352670463071767
Binary11110101001001010011101101101110100110110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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