#7A929C

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

Shades of Bermuda Grey #7A929C

Tints of Bermuda Grey #7A929C

Color information

#7A929C (or 0x7A929C) is unknown color: approx Bermuda Grey. HEX triplet: 7A, 92 and 9C. RGB value is (122,146,156). Sum of RGB (Red+Green+Blue) = 122+146+156=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A929C is #856D63. Grayscale: #8B8B8B. Windows color (decimal): -8744292 or 10261114. OLE color: 10261114.

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

Color convert

RGB122146156-
CMYK0.220.0600.39
HSL197.65º14.66%54.51%-
HSV(B)197.65º21.79%61.18%-
XYZ24.3127.135.4-
YUV139.96137.05115.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.77%
GREEN value IS 146 (57.42% from 255) = 34.43%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=28.77%
G=34.43%
B=36.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1221461560.220.0600.39197.6514.6654.51
Hex7A929C166027c6f37
Octal1722222342660473061767
Binary11110101001001010011100101101100100111110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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