Html Css Color HEX #76979E Bermuda Grey

📋 copy color: '#76979E'

red 118 ◦ green 151 ◦ blue 158

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

Shades of Bermuda Grey #76979E

Tints of Bermuda Grey #76979E

RGB

 RED value IS 118 (46.48% from 255) = 27.63%

 GREEN value IS 151 (59.38% from 255) = 35.36%

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

R = 27.63%
G = 35.36%
B = 37%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76979E (or 0x76979E) is known color: Bermuda Grey. HEX triplet: 76, 97 and 9E. RGB value is (118,151,158). Sum of RGB (Red+Green+Blue) = 118+151+158=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 151 (59.38% from 255 or 35.36% 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 #76979E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76979E is #896861. Grayscale: #8D8D8D. Windows color (decimal): -9005154 or 10393462. OLE color: 10393462.

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

Color convert

RGB 118 151 158 -
CMYK 0.25 0.04 0 0.38
HSL 190.5º 0.17% 0.54% -
HSV(B) 190.5º 0.25% 0.62% -
XYZ 24.71 28.45 36.54 -
YUV 141.93 137.07 110.93 -
System Red Green Blue C M Y K H S L
Decimal 118 151 158 0.25 0.04 0 0.38 190.5 0.17 0.54
Hex 76 97 9E 19 4 0 26 BE 11 36
Octal 166 227 236 31 4 0 46 276 21 66
Binary 1110110 10010111 10011110 11001 100 0 100110 10111110 10001 110110

Color Harmonies of #76979E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76979E

Black with #76979E

Text Example


Text Example

White with #76979E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,151,158); }

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

background-color css

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

 a { background-color: rgb(118,151,158); }

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

border-color css

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

 span { border-color: rgb(118,151,158); }

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