Html Css Color HEX #77959C Bermuda Grey

📋 copy color: '#77959C'

red 119 ◦ green 149 ◦ blue 156

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

Shades of Bermuda Grey #77959C

Tints of Bermuda Grey #77959C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.79%

R = 28.07%
G = 35.14%
B = 36.79%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77959C (or 0x77959C) is known color: Bermuda Grey. HEX triplet: 77, 95 and 9C. RGB value is (119,149,156). Sum of RGB (Red+Green+Blue) = 119+149+156=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #77959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77959C is #886A63. Grayscale: #8C8C8C. Windows color (decimal): -8940132 or 10261879. OLE color: 10261879.

HSL color Cylindrical-coordinate representation of color #77959C: hue angle of 191.35º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77959C is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 149 156 -
CMYK 0.24 0.04 0 0.39
HSL 191.35º 0.16% 0.54% -
HSV(B) 191.35º 0.24% 0.61% -
XYZ 24.36 27.82 35.54 -
YUV 140.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 119 149 156 0.24 0.04 0 0.39 191.35 0.16 0.54
Hex 77 95 9C 18 4 0 27 BF 10 36
Octal 167 225 234 30 4 0 47 277 20 66
Binary 1110111 10010101 10011100 11000 100 0 100111 10111111 10000 110110

Color Harmonies of #77959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77959C

Black with #77959C

Text Example


Text Example

White with #77959C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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