Html Css Color HEX #79959D Bermuda Grey

📋 copy color: '#79959D'

red 121 ◦ green 149 ◦ blue 157

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

Shades of Bermuda Grey #79959D

Tints of Bermuda Grey #79959D

RGB

 RED value IS 121 (47.66% from 255) = 28.34%

 GREEN value IS 149 (58.59% from 255) = 34.89%

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 28.34%
G = 34.89%
B = 36.77%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#79959D (or 0x79959D) is known color: Bermuda Grey. HEX triplet: 79, 95 and 9D. RGB value is (121,149,157). Sum of RGB (Red+Green+Blue) = 121+149+157=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #79959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79959D is #866A62. Grayscale: #8D8D8D. Windows color (decimal): -8809059 or 10327417. OLE color: 10327417.

HSL color Cylindrical-coordinate representation of color #79959D: hue angle of 193.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #79959D is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 149 157 -
CMYK 0.23 0.05 0 0.38
HSL 193.33º 0.16% 0.55% -
HSV(B) 193.33º 0.23% 0.62% -
XYZ 24.72 27.99 36 -
YUV 141.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 121 149 157 0.23 0.05 0 0.38 193.33 0.16 0.55
Hex 79 95 9D 17 5 0 26 C1 10 37
Octal 171 225 235 27 5 0 46 301 20 67
Binary 1111001 10010101 10011101 10111 101 0 100110 11000001 10000 110111

Color Harmonies of #79959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79959D

Black with #79959D

Text Example


Text Example

White with #79959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79959D; }

 p { color: rgb(121,149,157); }

 H1.HeaderClassName
 {
   color: #79959D;
 }
 .AnyTagClassName
 {
   color: #79959D;
 }
</style>

background-color css

<style>
 a { background-color: #79959D; }

 a { background-color: rgb(121,149,157); }

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

border-color css

<style>
 span { border-color: #79959D; }

 span { border-color: rgb(121,149,157); }

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