#7792ad

Color #7792AD Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #7792AD

Tints of Bermuda Grey #7792AD

Color information

#7792AD (or 0x7792AD) is unknown color: approx Bermuda Grey. HEX triplet: 77, 92 and AD. RGB value is (119,146,173). Sum of RGB (Red+Green+Blue) = 119+146+173=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #7792AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7792AD is #886D52. Grayscale: #8C8C8C. Windows color (decimal): -8940883 or 11375223. OLE color: 11375223.

HSL color Cylindrical-coordinate representation of color #7792AD: hue angle of 210º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7792AD is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119146173-
CMYK0.310.1600.32
HSL210º24.77%57.25%-
HSV(B)210º31.21%67.84%-
XYZ25.4327.543.5-
YUV141146.05112.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.17%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=27.17%
G=33.33%
B=39.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191461730.310.1600.3221024.7757.25
Hex7792AD1F10020d21939
Octal16722225537200403223171
Binary11101111001001010101101111111000001000001101001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7792ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7792ad;
 }
 .AnyTagClassName
 {
   color: #7792ad;
 }
</style>
background-color css

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

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

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

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

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

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