Html Css Color HEX #77969E Bermuda Grey

📋 copy color: '#77969E'

red 119 ◦ green 150 ◦ blue 158

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

Shades of Bermuda Grey #77969E

Tints of Bermuda Grey #77969E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.13%

 BLUE value IS 158 (62.11% from 255) = 37%

R = 27.87%
G = 35.13%
B = 37%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77969E (or 0x77969E) is known color: Bermuda Grey. HEX triplet: 77, 96 and 9E. RGB value is (119,150,158). Sum of RGB (Red+Green+Blue) = 119+150+158=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #77969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77969E is #886961. Grayscale: #8D8D8D. Windows color (decimal): -8939874 or 10393207. OLE color: 10393207.

HSL color Cylindrical-coordinate representation of color #77969E: hue angle of 192.31º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77969E is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 150 158 -
CMYK 0.25 0.05 0 0.38
HSL 192.31º 0.17% 0.54% -
HSV(B) 192.31º 0.25% 0.62% -
XYZ 24.69 28.2 36.49 -
YUV 141.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 119 150 158 0.25 0.05 0 0.38 192.31 0.17 0.54
Hex 77 96 9E 19 5 0 26 C0 11 36
Octal 167 226 236 31 5 0 46 300 21 66
Binary 1110111 10010110 10011110 11001 101 0 100110 11000000 10001 110110

Color Harmonies of #77969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77969E

Black with #77969E

Text Example


Text Example

White with #77969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77969E; }

 p { color: rgb(119,150,158); }

 H1.HeaderClassName
 {
   color: #77969E;
 }
 .AnyTagClassName
 {
   color: #77969E;
 }
</style>

background-color css

<style>
 a { background-color: #77969E; }

 a { background-color: rgb(119,150,158); }

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

border-color css

<style>
 span { border-color: #77969E; }

 span { border-color: rgb(119,150,158); }

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