#7C939D

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

Shades of Bermuda Grey #7C939D

Tints of Bermuda Grey #7C939D

Color information

#7C939D (or 0x7C939D) is unknown color: approx Bermuda Grey. HEX triplet: 7C, 93 and 9D. RGB value is (124,147,157). Sum of RGB (Red+Green+Blue) = 124+147+157=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C939D is #836C62. Grayscale: #8D8D8D. Windows color (decimal): -8612963 or 10326908. OLE color: 10326908.

HSL color Cylindrical-coordinate representation of color #7C939D: hue angle of 198.18º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C939D is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB124147157-
CMYK0.210.0600.38
HSL198.18º14.41%55.1%-
HSV(B)198.18º21.02%61.57%-
XYZ24.8327.5935.91-
YUV141.26136.88115.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.97%
GREEN value IS 147 (57.81% from 255) = 34.35%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=28.97%
G=34.35%
B=36.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241471570.210.0600.38198.1814.4155.1
Hex7C939D156026c6e37
Octal1742232352560463061667
Binary11111001001001110011101101011100100110110001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C939D; }

 p { color: rgb(124,147,157); }

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

<style>
 a { background-color: #7C939D; }

 a { background-color: rgb(124,147,157); }

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

<style>
 span { border-color: #7C939D; }

 span { border-color: rgb(124,147,157); }

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