#768E9A

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

Shades of Bermuda Grey #768E9A

Tints of Bermuda Grey #768E9A

Color information

#768E9A (or 0x768E9A) is unknown color: approx Bermuda Grey. HEX triplet: 76, 8E and 9A. RGB value is (118,142,154). Sum of RGB (Red+Green+Blue) = 118+142+154=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 154 - color contains mainly: blue. Hex color #768E9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768E9A is #897165. Grayscale: #888888. Windows color (decimal): -9007462 or 10129014. OLE color: 10129014.

HSL color Cylindrical-coordinate representation of color #768E9A: hue angle of 200º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768E9A is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB118142154-
CMYK0.230.0800.40
HSL200º15.13%53.33%-
HSV(B)200º23.38%60.39%-
XYZ22.9825.5334.29-
YUV136.19138.05115.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.50%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 154 (60.55% from 255) = 37.20%
R=28.50%
G=34.30%
B=37.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181421540.230.0800.4020015.1353.33
Hex768E9A178028c8f35
Octal16621623227100503101765
Binary111011010001110100110101011110000101000110010001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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