Html Css Color HEX #73979E Bermuda Grey

📋 copy color: '#73979E'

red 115 ◦ green 151 ◦ blue 158

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

Shades of Bermuda Grey #73979E

Tints of Bermuda Grey #73979E

RGB

 RED value IS 115 (45.31% from 255) = 27.12%

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

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

R = 27.12%
G = 35.61%
B = 37.26%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73979E (or 0x73979E) is known color: Bermuda Grey. HEX triplet: 73, 97 and 9E. RGB value is (115,151,158). Sum of RGB (Red+Green+Blue) = 115+151+158=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 158 - color contains mainly: blue. Hex color #73979E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73979E is #8C6861. Grayscale: #8C8C8C. Windows color (decimal): -9201762 or 10393459. OLE color: 10393459.

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

Color convert

RGB 115 151 158 -
CMYK 0.27 0.04 0 0.38
HSL 189.77º 0.18% 0.54% -
HSV(B) 189.77º 0.27% 0.62% -
XYZ 24.31 28.25 36.52 -
YUV 141.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 115 151 158 0.27 0.04 0 0.38 189.77 0.18 0.54
Hex 73 97 9E 1B 4 0 26 BE 12 36
Octal 163 227 236 33 4 0 46 276 22 66
Binary 1110011 10010111 10011110 11011 100 0 100110 10111110 10010 110110

Color Harmonies of #73979E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73979E

Black with #73979E

Text Example


Text Example

White with #73979E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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