Html Css Color HEX #77959D Bermuda Grey

📋 copy color: '#77959D'

red 119 ◦ green 149 ◦ blue 157

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

Shades of Bermuda Grey #77959D

Tints of Bermuda Grey #77959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.06%

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

R = 28%
G = 35.06%
B = 36.94%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77959D (or 0x77959D) is known color: Bermuda Grey. HEX triplet: 77, 95 and 9D. RGB value is (119,149,157). Sum of RGB (Red+Green+Blue) = 119+149+157=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #77959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77959D is #886A62. Grayscale: #8C8C8C. Windows color (decimal): -8940131 or 10327415. OLE color: 10327415.

HSL color Cylindrical-coordinate representation of color #77959D: hue angle of 192.63º 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 #77959D is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 149 157 -
CMYK 0.24 0.05 0 0.38
HSL 192.63º 0.16% 0.54% -
HSV(B) 192.63º 0.24% 0.62% -
XYZ 24.44 27.85 35.99 -
YUV 140.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 119 149 157 0.24 0.05 0 0.38 192.63 0.16 0.54
Hex 77 95 9D 18 5 0 26 C1 10 36
Octal 167 225 235 30 5 0 46 301 20 66
Binary 1110111 10010101 10011101 11000 101 0 100110 11000001 10000 110110

Color Harmonies of #77959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77959D

Black with #77959D

Text Example


Text Example

White with #77959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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