#727A7B

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

Shades of Blue Bayoux #727A7B

Tints of Blue Bayoux #727A7B

Color information

#727A7B (or 0x727A7B) is unknown color: approx Blue Bayoux. HEX triplet: 72, 7A and 7B. RGB value is (114,122,123). Sum of RGB (Red+Green+Blue) = 114+122+123=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 123 - color contains mainly: blue. Hex color #727A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A7B is #8D8584. Grayscale: #777777. Windows color (decimal): -9274757 or 8092274. OLE color: 8092274.

HSL color Cylindrical-coordinate representation of color #727A7B: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #727A7B is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB114122123-
CMYK0.070.0100.52
HSL186.67º3.8%46.47%-
HSV(B)186.67º7.32%48.24%-
XYZ17.4718.9321.47-
YUV119.72129.85123.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.75%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=31.75%
G=33.98%
B=34.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1141221230.070.0100.52186.673.846.47
Hex727A7B71034bb42e
Octal16217217371064273456
Binary1110010111101011110111111011010010111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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