#7693AB

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

Shades of Bermuda Grey #7693AB

Tints of Bermuda Grey #7693AB

Color information

#7693AB (or 0x7693AB) is unknown color: approx Bermuda Grey. HEX triplet: 76, 93 and AB. RGB value is (118,147,171). Sum of RGB (Red+Green+Blue) = 118+147+171=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #7693AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7693AB is #896C54. Grayscale: #8C8C8C. Windows color (decimal): -9006165 or 11244406. OLE color: 11244406.

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

Color convert

RGB118147171-
CMYK0.310.1400.33
HSL207.17º23.98%56.67%-
HSV(B)207.17º30.99%67.06%-
XYZ25.2627.6642.54-
YUV141.06144.89111.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.06%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=27.06%
G=33.72%
B=39.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181471710.310.1400.33207.1723.9856.67
Hex7693AB1FE021cf1839
Octal16622325337160413173071
Binary1110110100100111010101111111111001000011100111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7693AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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