#7B919B

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

Shades of Bermuda Grey #7B919B

Tints of Bermuda Grey #7B919B

Color information

#7B919B (or 0x7B919B) is unknown color: approx Bermuda Grey. HEX triplet: 7B, 91 and 9B. RGB value is (123,145,155). Sum of RGB (Red+Green+Blue) = 123+145+155=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 145 (57.03% from 255 or 34.28% 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 #7B919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B919B is #846E64. Grayscale: #8B8B8B. Windows color (decimal): -8679013 or 10195323. OLE color: 10195323.

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

Color convert

RGB123145155-
CMYK0.210.0600.39
HSL198.75º13.79%54.51%-
HSV(B)198.75º20.65%60.78%-
XYZ24.2126.8334.91-
YUV139.56136.71116.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.08%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=29.08%
G=34.28%
B=36.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1231451550.210.0600.39198.7513.7954.51
Hex7B919B156027c7e37
Octal1732212332560473071667
Binary11110111001000110011011101011100100111110001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,145,155); }

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

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

 a { background-color: rgb(123,145,155); }

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

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

 span { border-color: rgb(123,145,155); }

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