#77939B

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

Shades of Bermuda Grey #77939B

Tints of Bermuda Grey #77939B

Color information

#77939B (or 0x77939B) is unknown color: approx Bermuda Grey. HEX triplet: 77, 93 and 9B. RGB value is (119,147,155). Sum of RGB (Red+Green+Blue) = 119+147+155=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 155 - color contains mainly: blue. Hex color #77939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77939B is #886C64. Grayscale: #8B8B8B. Windows color (decimal): -8940645 or 10195831. OLE color: 10195831.

HSL color Cylindrical-coordinate representation of color #77939B: hue angle of 193.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77939B is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119147155-
CMYK0.230.0500.39
HSL193.33º15.25%53.73%-
HSV(B)193.33º23.23%60.78%-
XYZ23.9627.1634.99-
YUV139.54136.72113.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.27%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 155 (60.94% from 255) = 36.82%
R=28.27%
G=34.92%
B=36.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191471550.230.0500.39193.3315.2553.73
Hex77939B175027c1f36
Octal1672232332750473011766
Binary11101111001001110011011101111010100111110000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77939B; }

 p { color: rgb(119,147,155); }

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

<style>
 a { background-color: #77939B; }

 a { background-color: rgb(119,147,155); }

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

<style>
 span { border-color: #77939B; }

 span { border-color: rgb(119,147,155); }

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