#768F9C

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

Shades of Bermuda Grey #768F9C

Tints of Bermuda Grey #768F9C

Color information

#768F9C (or 0x768F9C) is unknown color: approx Bermuda Grey. HEX triplet: 76, 8F and 9C. RGB value is (118,143,156). Sum of RGB (Red+Green+Blue) = 118+143+156=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 156 - color contains mainly: blue. Hex color #768F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768F9C is #897063. Grayscale: #888888. Windows color (decimal): -9007204 or 10260342. OLE color: 10260342.

HSL color Cylindrical-coordinate representation of color #768F9C: hue angle of 200.53º 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 #768F9C is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118143156-
CMYK0.240.0800.39
HSL200.53º16.1%53.73%-
HSV(B)200.53º24.36%61.18%-
XYZ23.2925.935.22-
YUV137.01138.72114.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.30%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=28.30%
G=34.29%
B=37.41%

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
Decimal1181431560.240.0800.39200.5316.153.73
Hex768F9C188027c91036
Octal16621723430100473112066
Binary1110110100011111001110011000100001001111100100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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