#7690AA

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

Shades of Bermuda Grey #7690AA

Tints of Bermuda Grey #7690AA

Color information

#7690AA (or 0x7690AA) is unknown color: approx Bermuda Grey. HEX triplet: 76, 90 and AA. RGB value is (118,144,170). Sum of RGB (Red+Green+Blue) = 118+144+170=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #7690AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7690AA is #896F55. Grayscale: #8B8B8B. Windows color (decimal): -9006934 or 11178102. OLE color: 11178102.

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

Color convert

RGB118144170-
CMYK0.310.1500.33
HSL210º23.42%56.47%-
HSV(B)210º30.59%66.67%-
XYZ24.726.741.88-
YUV139.19145.39112.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.31%
GREEN value IS 144 (56.64% from 255) = 33.33%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=27.31%
G=33.33%
B=39.35%

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
Decimal1181441700.310.1500.3321023.4256.47
Hex7690AA1FF021d21738
Octal16622025237170413222770
Binary1110110100100001010101011111111101000011101001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7690AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7690AA; }

 p { color: rgb(118,144,170); }

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

<style>
 a { background-color: #7690AA; }

 a { background-color: rgb(118,144,170); }

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

<style>
 span { border-color: #7690AA; }

 span { border-color: rgb(118,144,170); }

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