#7694AB

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

Shades of Bermuda Grey #7694AB

Tints of Bermuda Grey #7694AB

Color information

#7694AB (or 0x7694AB) is unknown color: approx Bermuda Grey. HEX triplet: 76, 94 and AB. RGB value is (118,148,171). Sum of RGB (Red+Green+Blue) = 118+148+171=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #7694AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7694AB is #896B54. Grayscale: #8D8D8D. Windows color (decimal): -9005909 or 11244662. OLE color: 11244662.

HSL color Cylindrical-coordinate representation of color #7694AB: hue angle of 206.04º 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 #7694AB is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118148171-
CMYK0.310.1300.33
HSL206.04º23.98%56.67%-
HSV(B)206.04º30.99%67.06%-
XYZ25.4127.9742.59-
YUV141.65144.56111.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=27.00%
G=33.87%
B=39.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181481710.310.1300.33206.0423.9856.67
Hex7694AB1FD021ce1839
Octal16622425337150413163071
Binary1110110100101001010101111111110101000011100111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7694AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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