#7892AA

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

Shades of Bermuda Grey #7892AA

Tints of Bermuda Grey #7892AA

Color information

#7892AA (or 0x7892AA) is unknown color: approx Bermuda Grey. HEX triplet: 78, 92 and AA. RGB value is (120,146,170). Sum of RGB (Red+Green+Blue) = 120+146+170=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #7892AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7892AA is #876D55. Grayscale: #8C8C8C. Windows color (decimal): -8875350 or 11178616. OLE color: 11178616.

HSL color Cylindrical-coordinate representation of color #7892AA: hue angle of 208.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7892AA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120146170-
CMYK0.290.1400.33
HSL208.8º22.73%56.86%-
HSV(B)208.8º29.41%66.67%-
XYZ25.2827.4542-
YUV140.96144.39113.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.52%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=27.52%
G=33.49%
B=38.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201461700.290.1400.33208.822.7356.86
Hex7892AA1DE021d11739
Octal17022225235160413212771
Binary1111000100100101010101011101111001000011101000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7892AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7892AA; }

 p { color: rgb(120,146,170); }

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

<style>
 a { background-color: #7892AA; }

 a { background-color: rgb(120,146,170); }

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

<style>
 span { border-color: #7892AA; }

 span { border-color: rgb(120,146,170); }

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