#7C909B

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

Shades of Bermuda Grey #7C909B

Tints of Bermuda Grey #7C909B

Color information

#7C909B (or 0x7C909B) is unknown color: approx Bermuda Grey. HEX triplet: 7C, 90 and 9B. RGB value is (124,144,155). Sum of RGB (Red+Green+Blue) = 124+144+155=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C909B is #836F64. Grayscale: #8B8B8B. Windows color (decimal): -8613733 or 10195068. OLE color: 10195068.

HSL color Cylindrical-coordinate representation of color #7C909B: hue angle of 201.29º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C909B is Cyan = 0.2, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB124144155-
CMYK0.20.0700.39
HSL201.29º13.42%54.71%-
HSV(B)201.29º20%60.78%-
XYZ24.226.634.87-
YUV139.27136.87117.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.31%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=29.31%
G=34.04%
B=36.64%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1241441550.20.0700.39201.2913.4254.71
Hex7C909B147027c9d37
Octal1742202332470473111567
Binary11111001001000010011011101001110100111110010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,144,155); }

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

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

 a { background-color: rgb(124,144,155); }

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

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

 span { border-color: rgb(124,144,155); }

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