Html Css Color HEX #77929E Bermuda Grey

📋 copy color: '#77929E'

red 119 ◦ green 146 ◦ blue 158

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

Shades of Bermuda Grey #77929E

Tints of Bermuda Grey #77929E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.52%

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

R = 28.13%
G = 34.52%
B = 37.35%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77929E (or 0x77929E) is known color: Bermuda Grey. HEX triplet: 77, 92 and 9E. RGB value is (119,146,158). Sum of RGB (Red+Green+Blue) = 119+146+158=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #77929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77929E is #886D61. Grayscale: #8B8B8B. Windows color (decimal): -8940898 or 10392183. OLE color: 10392183.

HSL color Cylindrical-coordinate representation of color #77929E: hue angle of 198.46º 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 #77929E is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 146 158 -
CMYK 0.25 0.08 0 0.38
HSL 198.46º 0.17% 0.54% -
HSV(B) 198.46º 0.25% 0.62% -
XYZ 24.06 26.95 36.28 -
YUV 139.3 138.55 113.52 -
System Red Green Blue C M Y K H S L
Decimal 119 146 158 0.25 0.08 0 0.38 198.46 0.17 0.54
Hex 77 92 9E 19 8 0 26 C6 11 36
Octal 167 222 236 31 10 0 46 306 21 66
Binary 1110111 10010010 10011110 11001 1000 0 100110 11000110 10001 110110

Color Harmonies of #77929E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77929E

Black with #77929E

Text Example


Text Example

White with #77929E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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