#7196AC

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

Shades of Bermuda Grey #7196AC

Tints of Bermuda Grey #7196AC

Color information

#7196AC (or 0x7196AC) is unknown color: approx Bermuda Grey. HEX triplet: 71, 96 and AC. RGB value is (113,150,172). Sum of RGB (Red+Green+Blue) = 113+150+172=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #7196AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7196AC is #8E6953. Grayscale: #8D8D8D. Windows color (decimal): -9333076 or 11310705. OLE color: 11310705.

HSL color Cylindrical-coordinate representation of color #7196AC: hue angle of 202.37º 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 #7196AC is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113150172-
CMYK0.340.1300.33
HSL202.37º26.22%55.88%-
HSV(B)202.37º34.3%67.45%-
XYZ25.1628.343.17-
YUV141.44145.24107.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.98%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=25.98%
G=34.48%
B=39.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131501720.340.1300.33202.3726.2255.88
Hex7196AC22D021ca1a38
Octal16122625442150413123270
Binary11100011001011010101100100010110101000011100101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7196AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,150,172); }

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

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

 a { background-color: rgb(113,150,172); }

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

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

 span { border-color: rgb(113,150,172); }

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