#7691AB

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

Shades of Bermuda Grey #7691AB

Tints of Bermuda Grey #7691AB

Color information

#7691AB (or 0x7691AB) is unknown color: approx Bermuda Grey. HEX triplet: 76, 91 and AB. RGB value is (118,145,171). Sum of RGB (Red+Green+Blue) = 118+145+171=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #7691AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7691AB is #896E54. Grayscale: #8B8B8B. Windows color (decimal): -9006677 or 11243894. OLE color: 11243894.

HSL color Cylindrical-coordinate representation of color #7691AB: hue angle of 209.43º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7691AB is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118145171-
CMYK0.310.1500.33
HSL209.43º23.98%56.67%-
HSV(B)209.43º30.99%67.06%-
XYZ24.9527.0442.43-
YUV139.89145.55112.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 145 (57.03% from 255) = 33.41%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=27.19%
G=33.41%
B=39.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181451710.310.1500.33209.4323.9856.67
Hex7691AB1FF021d11839
Octal16622125337170413213071
Binary1110110100100011010101111111111101000011101000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7691AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7691AB; }

 p { color: rgb(118,145,171); }

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

<style>
 a { background-color: #7691AB; }

 a { background-color: rgb(118,145,171); }

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

<style>
 span { border-color: #7691AB; }

 span { border-color: rgb(118,145,171); }

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