Html Css Color HEX #79959C Bermuda Grey

📋 copy color: '#79959C'

red 121 ◦ green 149 ◦ blue 156

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

Shades of Bermuda Grey #79959C

Tints of Bermuda Grey #79959C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.62%

R = 28.4%
G = 34.98%
B = 36.62%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#79959C (or 0x79959C) is known color: Bermuda Grey. HEX triplet: 79, 95 and 9C. RGB value is (121,149,156). Sum of RGB (Red+Green+Blue) = 121+149+156=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #79959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79959C is #866A63. Grayscale: #8D8D8D. Windows color (decimal): -8809060 or 10261881. OLE color: 10261881.

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

Color convert

RGB 121 149 156 -
CMYK 0.22 0.04 0 0.39
HSL 192º 0.15% 0.54% -
HSV(B) 192º 0.22% 0.61% -
XYZ 24.63 27.96 35.55 -
YUV 141.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 121 149 156 0.22 0.04 0 0.39 192 0.15 0.54
Hex 79 95 9C 16 4 0 27 C0 F 36
Octal 171 225 234 26 4 0 47 300 17 66
Binary 1111001 10010101 10011100 10110 100 0 100111 11000000 1111 110110

Color Harmonies of #79959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79959C

Black with #79959C

Text Example


Text Example

White with #79959C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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