#7692AC

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

Shades of Bermuda Grey #7692AC

Tints of Bermuda Grey #7692AC

Color information

#7692AC (or 0x7692AC) is unknown color: approx Bermuda Grey. HEX triplet: 76, 92 and AC. RGB value is (118,146,172). Sum of RGB (Red+Green+Blue) = 118+146+172=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #7692AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7692AC is #896D53. Grayscale: #8C8C8C. Windows color (decimal): -9006420 or 11309686. OLE color: 11309686.

HSL color Cylindrical-coordinate representation of color #7692AC: hue angle of 208.89º degrees, saturation: 0.25, 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 #7692AC is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118146172-
CMYK0.310.1500.33
HSL208.89º24.55%56.86%-
HSV(B)208.89º31.4%67.45%-
XYZ25.227.3942.99-
YUV140.59145.72111.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.06%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=27.06%
G=33.49%
B=39.45%

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
Decimal1181461720.310.1500.33208.8924.5556.86
Hex7692AC1FF021d11939
Octal16622225437170413213171
Binary1110110100100101010110011111111101000011101000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7692AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7692AC; }

 p { color: rgb(118,146,172); }

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

<style>
 a { background-color: #7692AC; }

 a { background-color: rgb(118,146,172); }

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

<style>
 span { border-color: #7692AC; }

 span { border-color: rgb(118,146,172); }

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