#727778

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

Shades of Blue Bayoux #727778

Tints of Blue Bayoux #727778

Color information

#727778 (or 0x727778) is unknown color: approx Blue Bayoux. HEX triplet: 72, 77 and 78. RGB value is (114,119,120). Sum of RGB (Red+Green+Blue) = 114+119+120=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 120 - color contains mainly: blue. Hex color #727778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727778 is #8D8887. Grayscale: #757575. Windows color (decimal): -9275528 or 7894898. OLE color: 7894898.

HSL color Cylindrical-coordinate representation of color #727778: hue angle of 190º 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 #727778 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB114119120-
CMYK0.050.0100.53
HSL190º2.56%45.88%-
HSV(B)190º5%47.06%-
XYZ16.9318.1320.38-
YUV117.62129.34125.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=32.29%
G=33.71%
B=33.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141191200.050.0100.531902.5645.88
Hex72777851035be32e
Octal16216717051065276356
Binary111001011101111111000101101101011011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727778; }

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

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

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

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

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

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

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

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