#768FA2

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

Shades of Bermuda Grey #768FA2

Tints of Bermuda Grey #768FA2

Color information

#768FA2 (or 0x768FA2) is unknown color: approx Bermuda Grey. HEX triplet: 76, 8F and A2. RGB value is (118,143,162). Sum of RGB (Red+Green+Blue) = 118+143+162=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 162 - color contains mainly: blue. Hex color #768FA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768FA2 is #89705D. Grayscale: #898989. Windows color (decimal): -9007198 or 10653558. OLE color: 10653558.

HSL color Cylindrical-coordinate representation of color #768FA2: hue angle of 205.91º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #768FA2 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB118143162-
CMYK0.270.1200.36
HSL205.91º19.13%54.9%-
HSV(B)205.91º27.16%63.53%-
XYZ23.8226.1137.97-
YUV137.69141.72113.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 162 (63.67% from 255) = 38.30%
R=27.90%
G=33.81%
B=38.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181431620.270.1200.36205.9119.1354.9
Hex768FA21BC024ce1337
Octal16621724233140443162367
Binary1110110100011111010001011011110001001001100111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768FA2; }

 p { color: rgb(118,143,162); }

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

<style>
 a { background-color: #768FA2; }

 a { background-color: rgb(118,143,162); }

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

<style>
 span { border-color: #768FA2; }

 span { border-color: rgb(118,143,162); }

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