#7A909C

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

Shades of Bermuda Grey #7A909C

Tints of Bermuda Grey #7A909C

Color information

#7A909C (or 0x7A909C) is unknown color: approx Bermuda Grey. HEX triplet: 7A, 90 and 9C. RGB value is (122,144,156). Sum of RGB (Red+Green+Blue) = 122+144+156=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A909C is #856F63. Grayscale: #8A8A8A. Windows color (decimal): -8744804 or 10260602. OLE color: 10260602.

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

Color convert

RGB122144156-
CMYK0.220.0800.39
HSL201.18º14.66%54.51%-
HSV(B)201.18º21.79%61.18%-
XYZ2426.4835.3-
YUV138.79137.71116.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.91%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 156 (61.33% from 255) = 36.97%
R=28.91%
G=34.12%
B=36.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1221441560.220.0800.39201.1814.6654.51
Hex7A909C168027c9f37
Octal17222023426100473111767
Binary111101010010000100111001011010000100111110010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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