Html Css Color HEX #77939B Bermuda Grey

📋 copy color: '#77939B'

red 119 ◦ green 147 ◦ blue 155

#77939B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda Grey #77939B

Tints of Bermuda Grey #77939B

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 value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77939B (or 0x77939B) is known color: 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

RGB 119 147 155 -
CMYK 0.23 0.05 0 0.39
HSL 193.33º 0.15% 0.54% -
HSV(B) 193.33º 0.23% 0.61% -
XYZ 23.96 27.16 34.99 -
YUV 139.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 119 147 155 0.23 0.05 0 0.39 193.33 0.15 0.54
Hex 77 93 9B 17 5 0 27 C1 F 36
Octal 167 223 233 27 5 0 47 301 17 66
Binary 1110111 10010011 10011011 10111 101 0 100111 11000001 1111 110110

Color Harmonies of #77939B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77939B

Black with #77939B

Text Example


Text Example

White with #77939B

Text Example


Text Example

HTML Codes & Css Web 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>