#768E9B

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

Shades of Bermuda Grey #768E9B

Tints of Bermuda Grey #768E9B

Color information

#768E9B (or 0x768E9B) is unknown color: approx Bermuda Grey. HEX triplet: 76, 8E and 9B. RGB value is (118,142,155). Sum of RGB (Red+Green+Blue) = 118+142+155=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #768E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768E9B is #897164. Grayscale: #888888. Windows color (decimal): -9007461 or 10194550. OLE color: 10194550.

HSL color Cylindrical-coordinate representation of color #768E9B: hue angle of 201.08º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #768E9B is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118142155-
CMYK0.240.0800.39
HSL201.08º15.61%53.53%-
HSV(B)201.08º23.87%60.78%-
XYZ23.0625.5634.73-
YUV136.31138.55114.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.43%
GREEN value IS 142 (55.86% from 255) = 34.22%
BLUE value IS 155 (60.94% from 255) = 37.35%
R=28.43%
G=34.22%
B=37.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181421550.240.0800.39201.0815.6153.53
Hex768E9B188027c91036
Octal16621623330100473112066
Binary1110110100011101001101111000100001001111100100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,142,155); }

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

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

 a { background-color: rgb(118,142,155); }

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

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

 span { border-color: rgb(118,142,155); }

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