Html Css Color HEX #79909D Bermuda Grey

📋 copy color: '#79909D'

red 121 ◦ green 144 ◦ blue 157

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

Shades of Bermuda Grey #79909D

Tints of Bermuda Grey #79909D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.12%

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

R = 28.67%
G = 34.12%
B = 37.2%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#79909D (or 0x79909D) is known color: Bermuda Grey. HEX triplet: 79, 90 and 9D. RGB value is (121,144,157). Sum of RGB (Red+Green+Blue) = 121+144+157=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #79909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79909D is #866F62. Grayscale: #8A8A8A. Windows color (decimal): -8810339 or 10326137. OLE color: 10326137.

HSL color Cylindrical-coordinate representation of color #79909D: hue angle of 201.67º 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 #79909D is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 144 157 -
CMYK 0.23 0.08 0 0.38
HSL 201.67º 0.16% 0.55% -
HSV(B) 201.67º 0.23% 0.62% -
XYZ 23.94 26.45 35.74 -
YUV 138.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 121 144 157 0.23 0.08 0 0.38 201.67 0.16 0.55
Hex 79 90 9D 17 8 0 26 CA 10 37
Octal 171 220 235 27 10 0 46 312 20 67
Binary 1111001 10010000 10011101 10111 1000 0 100110 11001010 10000 110111

Color Harmonies of #79909D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79909D

Black with #79909D

Text Example


Text Example

White with #79909D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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