#727A7D

Color #727A7D Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #727A7D

Tints of Blue Bayoux #727A7D

Color information

#727A7D (or 0x727A7D) is unknown color: approx Blue Bayoux. HEX triplet: 72, 7A and 7D. RGB value is (114,122,125). Sum of RGB (Red+Green+Blue) = 114+122+125=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 125 - color contains mainly: blue. Hex color #727A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A7D is #8D8582. Grayscale: #777777. Windows color (decimal): -9274755 or 8223346. OLE color: 8223346.

HSL color Cylindrical-coordinate representation of color #727A7D: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #727A7D is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB114122125-
CMYK0.090.0200.51
HSL196.36º4.6%46.86%-
HSV(B)196.36º8.8%49.02%-
XYZ17.618.9822.14-
YUV119.95130.85123.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.58%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=31.58%
G=33.80%
B=34.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141221250.090.0200.51196.364.646.86
Hex727A7D92033c452f
Octal162172175112063304557
Binary111001011110101111101100110011001111000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727A7D; }

 p { color: rgb(114,122,125); }

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

<style>
 a { background-color: #727A7D; }

 a { background-color: rgb(114,122,125); }

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

<style>
 span { border-color: #727A7D; }

 span { border-color: rgb(114,122,125); }

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