#7296AF

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

Shades of Bermuda Grey #7296AF

Tints of Bermuda Grey #7296AF

Color information

#7296AF (or 0x7296AF) is unknown color: approx Bermuda Grey. HEX triplet: 72, 96 and AF. RGB value is (114,150,175). Sum of RGB (Red+Green+Blue) = 114+150+175=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #7296AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7296AF is #8D6950. Grayscale: #8D8D8D. Windows color (decimal): -9267537 or 11507314. OLE color: 11507314.

HSL color Cylindrical-coordinate representation of color #7296AF: hue angle of 204.59º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7296AF is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB114150175-
CMYK0.350.1400.31
HSL204.59º27.6%56.67%-
HSV(B)204.59º34.86%68.63%-
XYZ25.5828.4944.71-
YUV142.09146.57107.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.97%
GREEN value IS 150 (58.98% from 255) = 34.17%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=25.97%
G=34.17%
B=39.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141501750.350.1400.31204.5927.656.67
Hex7296AF23E01Fcd1c39
Octal16222625743160373153471
Binary1110010100101101010111110001111100111111100110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7296AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7296AF; }

 p { color: rgb(114,150,175); }

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

<style>
 a { background-color: #7296AF; }

 a { background-color: rgb(114,150,175); }

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

<style>
 span { border-color: #7296AF; }

 span { border-color: rgb(114,150,175); }

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