#768C9C

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

Shades of Bermuda Grey #768C9C

Tints of Bermuda Grey #768C9C

Color information

#768C9C (or 0x768C9C) is unknown color: approx Bermuda Grey. HEX triplet: 76, 8C and 9C. RGB value is (118,140,156). Sum of RGB (Red+Green+Blue) = 118+140+156=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #768C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768C9C is #897363. Grayscale: #878787. Windows color (decimal): -9007972 or 10259574. OLE color: 10259574.

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

Color convert

RGB118140156-
CMYK0.240.1000.39
HSL205.26º16.1%53.73%-
HSV(B)205.26º24.36%61.18%-
XYZ22.8525.0135.08-
YUV135.25139.71115.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.50%
GREEN value IS 140 (55.08% from 255) = 33.82%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=28.50%
G=33.82%
B=37.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181401560.240.1000.39205.2616.153.73
Hex768C9C18A027cd1036
Octal16621423430120473152066
Binary1110110100011001001110011000101001001111100110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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