Html Css Color HEX #77939D Bermuda Grey

📋 copy color: '#77939D'

red 119 ◦ green 147 ◦ blue 157

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

Shades of Bermuda Grey #77939D

Tints of Bermuda Grey #77939D

RGB

 RED value IS 119 (46.88% from 255) = 28.13%

 GREEN value IS 147 (57.81% from 255) = 34.75%

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 28.13%
G = 34.75%
B = 37.12%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77939D (or 0x77939D) is known color: Bermuda Grey. HEX triplet: 77, 93 and 9D. RGB value is (119,147,157). Sum of RGB (Red+Green+Blue) = 119+147+157=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #77939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77939D is #886C62. Grayscale: #8B8B8B. Windows color (decimal): -8940643 or 10326903. OLE color: 10326903.

HSL color Cylindrical-coordinate representation of color #77939D: hue angle of 195.79º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77939D is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 147 157 -
CMYK 0.24 0.06 0 0.38
HSL 195.79º 0.16% 0.54% -
HSV(B) 195.79º 0.24% 0.62% -
XYZ 24.13 27.22 35.88 -
YUV 139.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 119 147 157 0.24 0.06 0 0.38 195.79 0.16 0.54
Hex 77 93 9D 18 6 0 26 C4 10 36
Octal 167 223 235 30 6 0 46 304 20 66
Binary 1110111 10010011 10011101 11000 110 0 100110 11000100 10000 110110

Color Harmonies of #77939D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77939D

Black with #77939D

Text Example


Text Example

White with #77939D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77939D;
 }
 .AnyTagClassName
 {
   color: #77939D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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