#768E9E

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

Shades of Bermuda Grey #768E9E

Tints of Bermuda Grey #768E9E

Color information

#768E9E (or 0x768E9E) is unknown color: approx Bermuda Grey. HEX triplet: 76, 8E and 9E. RGB value is (118,142,158). Sum of RGB (Red+Green+Blue) = 118+142+158=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 158 - color contains mainly: blue. Hex color #768E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768E9E is #897161. Grayscale: #888888. Windows color (decimal): -9007458 or 10391158. OLE color: 10391158.

HSL color Cylindrical-coordinate representation of color #768E9E: hue angle of 204º 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 #768E9E is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118142158-
CMYK0.250.1000.38
HSL204º17.09%54.12%-
HSV(B)204º25.32%61.96%-
XYZ23.3225.6736.07-
YUV136.65140.05114.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=28.23%
G=33.97%
B=37.80%

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
Decimal1181421580.250.1000.3820417.0954.12
Hex768E9E19A026cc1136
Octal16621623631120463142166
Binary1110110100011101001111011001101001001101100110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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