#727678

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

Shades of Blue Bayoux #727678

Tints of Blue Bayoux #727678

Color information

#727678 (or 0x727678) is unknown color: approx Blue Bayoux. HEX triplet: 72, 76 and 78. RGB value is (114,118,120). Sum of RGB (Red+Green+Blue) = 114+118+120=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 120 - color contains mainly: blue. Hex color #727678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727678 is #8D8987. Grayscale: #757575. Windows color (decimal): -9275784 or 7894642. OLE color: 7894642.

HSL color Cylindrical-coordinate representation of color #727678: hue angle of 200º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #727678 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB114118120-
CMYK0.050.0200.53
HSL200º2.56%45.88%-
HSV(B)200º5%47.06%-
XYZ16.8117.8920.34-
YUV117.03129.67125.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.39%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=32.39%
G=33.52%
B=34.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141181200.050.0200.532002.5645.88
Hex72767852035c832e
Octal16216617052065310356
Binary1110010111011011110001011001101011100100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727678; }

 p { color: rgb(114,118,120); }

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

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

 a { background-color: rgb(114,118,120); }

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

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

 span { border-color: rgb(114,118,120); }

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