#7092A7

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

Shades of Bermuda Grey #7092A7

Tints of Bermuda Grey #7092A7

Color information

#7092A7 (or 0x7092A7) is unknown color: approx Bermuda Grey. HEX triplet: 70, 92 and A7. RGB value is (112,146,167). Sum of RGB (Red+Green+Blue) = 112+146+167=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 167 - color contains mainly: blue. Hex color #7092A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7092A7 is #8F6D58. Grayscale: #8A8A8A. Windows color (decimal): -9399641 or 10982000. OLE color: 10982000.

HSL color Cylindrical-coordinate representation of color #7092A7: hue angle of 202.91º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7092A7 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB112146167-
CMYK0.330.1300.35
HSL202.91º23.81%54.71%-
HSV(B)202.91º32.93%65.49%-
XYZ23.9426.7940.47-
YUV138.23144.24109.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 167 (65.62% from 255) = 39.29%
R=26.35%
G=34.35%
B=39.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121461670.330.1300.35202.9123.8154.71
Hex7092A721D023cb1837
Octal16022224741150433133067
Binary11100001001001010100111100001110101000111100101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7092A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7092A7; }

 p { color: rgb(112,146,167); }

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

<style>
 a { background-color: #7092A7; }

 a { background-color: rgb(112,146,167); }

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

<style>
 span { border-color: #7092A7; }

 span { border-color: rgb(112,146,167); }

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