#7891a7

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

Shades of Bermuda Grey #7891A7

Tints of Bermuda Grey #7891A7

Color information

#7891A7 (or 0x7891A7) is unknown color: approx Bermuda Grey. HEX triplet: 78, 91 and A7. RGB value is (120,145,167). Sum of RGB (Red+Green+Blue) = 120+145+167=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 167 - color contains mainly: blue. Hex color #7891A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7891A7 is #876E58. Grayscale: #8B8B8B. Windows color (decimal): -8875609 or 10981752. OLE color: 10981752.

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

Color convert

RGB120145167-
CMYK0.280.1300.35
HSL208.09º21.08%56.27%-
HSV(B)208.09º28.14%65.49%-
XYZ24.8527.0340.47-
YUV140.03143.22113.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.78%
GREEN value IS 145 (57.03% from 255) = 33.56%
BLUE value IS 167 (65.62% from 255) = 38.66%
R=27.78%
G=33.56%
B=38.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201451670.280.1300.35208.0921.0856.27
Hex7891A71CD023d01538
Octal17022124734150433202570
Binary1111000100100011010011111100110101000111101000010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7891a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7891a7; }

 p { color: rgb(120,145,167); }

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

<style>
 a { background-color: #7891a7; }

 a { background-color: rgb(120,145,167); }

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

<style>
 span { border-color: #7891a7; }

 span { border-color: rgb(120,145,167); }

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