Html Css Color HEX #7992AA Bermuda Grey

📋 copy color: '#7992AA'

red 121 ◦ green 146 ◦ blue 170

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

Shades of Bermuda Grey #7992AA

Tints of Bermuda Grey #7992AA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.41%

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 27.69%
G = 33.41%
B = 38.9%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7992AA (or 0x7992AA) is known color: Bermuda Grey. HEX triplet: 79, 92 and AA. RGB value is (121,146,170). Sum of RGB (Red+Green+Blue) = 121+146+170=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #7992AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7992AA is #866D55. Grayscale: #8D8D8D. Windows color (decimal): -8809814 or 11178617. OLE color: 11178617.

HSL color Cylindrical-coordinate representation of color #7992AA: hue angle of 209.39º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7992AA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 146 170 -
CMYK 0.29 0.14 0 0.33
HSL 209.39º 0.22% 0.57% -
HSV(B) 209.39º 0.29% 0.67% -
XYZ 25.42 27.53 42 -
YUV 141.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 121 146 170 0.29 0.14 0 0.33 209.39 0.22 0.57
Hex 79 92 AA 1D E 0 21 D1 16 39
Octal 171 222 252 35 16 0 41 321 26 71
Binary 1111001 10010010 10101010 11101 1110 0 100001 11010001 10110 111001

Color Harmonies of #7992AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7992AA

Black with #7992AA

Text Example


Text Example

White with #7992AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7992AA; }

 p { color: rgb(121,146,170); }

 H1.HeaderClassName
 {
   color: #7992AA;
 }
 .AnyTagClassName
 {
   color: #7992AA;
 }
</style>

background-color css

<style>
 a { background-color: #7992AA; }

 a { background-color: rgb(121,146,170); }

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

border-color css

<style>
 span { border-color: #7992AA; }

 span { border-color: rgb(121,146,170); }

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