#7692AB

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

Shades of Bermuda Grey #7692AB

Tints of Bermuda Grey #7692AB

Color information

#7692AB (or 0x7692AB) is unknown color: approx Bermuda Grey. HEX triplet: 76, 92 and AB. RGB value is (118,146,171). Sum of RGB (Red+Green+Blue) = 118+146+171=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #7692AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7692AB is #896D54. Grayscale: #8C8C8C. Windows color (decimal): -9006421 or 11244150. OLE color: 11244150.

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

Color convert

RGB118146171-
CMYK0.310.1500.33
HSL208.3º23.98%56.67%-
HSV(B)208.3º30.99%67.06%-
XYZ25.127.3542.48-
YUV140.48145.22111.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.13%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=27.13%
G=33.56%
B=39.31%

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
Decimal1181461710.310.1500.33208.323.9856.67
Hex7692AB1FF021d01839
Octal16622225337170413203071
Binary1110110100100101010101111111111101000011101000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7692AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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