#768D9D

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

Shades of Bermuda Grey #768D9D

Tints of Bermuda Grey #768D9D

Color information

#768D9D (or 0x768D9D) is unknown color: approx Bermuda Grey. HEX triplet: 76, 8D and 9D. RGB value is (118,141,157). Sum of RGB (Red+Green+Blue) = 118+141+157=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #768D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768D9D is #897262. Grayscale: #878787. Windows color (decimal): -9007715 or 10325366. OLE color: 10325366.

HSL color Cylindrical-coordinate representation of color #768D9D: hue angle of 204.62º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #768D9D is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118141157-
CMYK0.250.1000.38
HSL204.62º16.6%53.92%-
HSV(B)204.62º24.84%61.57%-
XYZ23.0825.3435.57-
YUV135.95139.88115.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=28.37%
G=33.89%
B=37.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181411570.250.1000.38204.6216.653.92
Hex768D9D19A026cd1136
Octal16621523531120463152166
Binary1110110100011011001110111001101001001101100110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,141,157); }

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

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

 a { background-color: rgb(118,141,157); }

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

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

 span { border-color: rgb(118,141,157); }

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