Html Css Color HEX #77929B Bermuda Grey

📋 copy color: '#77929B'

red 119 ◦ green 146 ◦ blue 155

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

Shades of Bermuda Grey #77929B

Tints of Bermuda Grey #77929B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.9%

R = 28.33%
G = 34.76%
B = 36.9%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77929B (or 0x77929B) is known color: Bermuda Grey. HEX triplet: 77, 92 and 9B. RGB value is (119,146,155). Sum of RGB (Red+Green+Blue) = 119+146+155=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #77929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77929B is #886D64. Grayscale: #8A8A8A. Windows color (decimal): -8940901 or 10195575. OLE color: 10195575.

HSL color Cylindrical-coordinate representation of color #77929B: hue angle of 195º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77929B is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 146 155 -
CMYK 0.23 0.06 0 0.39
HSL 195º 0.15% 0.54% -
HSV(B) 195º 0.23% 0.61% -
XYZ 23.8 26.85 34.94 -
YUV 138.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 119 146 155 0.23 0.06 0 0.39 195 0.15 0.54
Hex 77 92 9B 17 6 0 27 C3 F 36
Octal 167 222 233 27 6 0 47 303 17 66
Binary 1110111 10010010 10011011 10111 110 0 100111 11000011 1111 110110

Color Harmonies of #77929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77929B

Black with #77929B

Text Example


Text Example

White with #77929B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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