#7690A7

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

Shades of Bermuda Grey #7690A7

Tints of Bermuda Grey #7690A7

Color information

#7690A7 (or 0x7690A7) is unknown color: approx Bermuda Grey. HEX triplet: 76, 90 and A7. RGB value is (118,144,167). Sum of RGB (Red+Green+Blue) = 118+144+167=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 167 - color contains mainly: blue. Hex color #7690A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7690A7 is #896F58. Grayscale: #8A8A8A. Windows color (decimal): -9006937 or 10981494. OLE color: 10981494.

HSL color Cylindrical-coordinate representation of color #7690A7: hue angle of 208.16º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7690A7 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB118144167-
CMYK0.290.1400.35
HSL208.16º21.78%55.88%-
HSV(B)208.16º29.34%65.49%-
XYZ24.4226.5940.4-
YUV138.85143.89113.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.51%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 167 (65.62% from 255) = 38.93%
R=27.51%
G=33.57%
B=38.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1181441670.290.1400.35208.1621.7855.88
Hex7690A71DE023d01638
Octal16622024735160433202670
Binary1110110100100001010011111101111001000111101000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7690A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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