#7291AC

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

Shades of Bermuda Grey #7291AC

Tints of Bermuda Grey #7291AC

Color information

#7291AC (or 0x7291AC) is unknown color: approx Bermuda Grey. HEX triplet: 72, 91 and AC. RGB value is (114,145,172). Sum of RGB (Red+Green+Blue) = 114+145+172=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #7291AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7291AC is #8D6E53. Grayscale: #8A8A8A. Windows color (decimal): -9268820 or 11309426. OLE color: 11309426.

HSL color Cylindrical-coordinate representation of color #7291AC: hue angle of 207.93º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7291AC is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114145172-
CMYK0.340.1600.33
HSL207.93º25.89%56.08%-
HSV(B)207.93º33.72%67.45%-
XYZ24.5126.8142.91-
YUV138.81146.73110.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.45%
GREEN value IS 145 (57.03% from 255) = 33.64%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=26.45%
G=33.64%
B=39.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141451720.340.1600.33207.9325.8956.08
Hex7291AC2210021d01a38
Octal16222125442200413203270
Binary111001010010001101011001000101000001000011101000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7291AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7291AC; }

 p { color: rgb(114,145,172); }

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

<style>
 a { background-color: #7291AC; }

 a { background-color: rgb(114,145,172); }

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

<style>
 span { border-color: #7291AC; }

 span { border-color: rgb(114,145,172); }

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