Html Css Color HEX #7792AA Bermuda Grey

📋 copy color: '#7792AA'

red 119 ◦ green 146 ◦ blue 170

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

Shades of Bermuda Grey #7792AA

Tints of Bermuda Grey #7792AA

RGB

 RED value IS 119 (46.88% from 255) = 27.36%

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

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

R = 27.36%
G = 33.56%
B = 39.08%

CMYK

 C value IS 0.3

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7792AA (or 0x7792AA) is known color: Bermuda Grey. HEX triplet: 77, 92 and AA. RGB value is (119,146,170). Sum of RGB (Red+Green+Blue) = 119+146+170=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #7792AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7792AA is #886D55. Grayscale: #8C8C8C. Windows color (decimal): -8940886 or 11178615. OLE color: 11178615.

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

Color convert

RGB 119 146 170 -
CMYK 0.3 0.14 0 0.33
HSL 208.24º 0.23% 0.57% -
HSV(B) 208.24º 0.3% 0.67% -
XYZ 25.14 27.38 41.99 -
YUV 140.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 119 146 170 0.3 0.14 0 0.33 208.24 0.23 0.57
Hex 77 92 AA 1E E 0 21 D0 17 39
Octal 167 222 252 36 16 0 41 320 27 71
Binary 1110111 10010010 10101010 11110 1110 0 100001 11010000 10111 111001

Color Harmonies of #7792AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7792AA

Black with #7792AA

Text Example


Text Example

White with #7792AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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