#757778

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

Shades of Blue Bayoux #757778

Tints of Blue Bayoux #757778

Color information

#757778 (or 0x757778) is unknown color: approx Blue Bayoux. HEX triplet: 75, 77 and 78. RGB value is (117,119,120). Sum of RGB (Red+Green+Blue) = 117+119+120=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 120 - color contains mainly: blue. Hex color #757778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757778 is #8A8887. Grayscale: #767676. Windows color (decimal): -9078920 or 7894901. OLE color: 7894901.

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

Color convert

RGB117119120-
CMYK0.020.0100.53
HSL200º1.27%46.47%-
HSV(B)200º2.5%47.06%-
XYZ17.3218.3320.39-
YUV118.52128.84126.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=32.87%
G=33.43%
B=33.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171191200.020.0100.532001.2746.47
Hex75777821035c812e
Octal16516717021065310156
Binary1110101111011111110001010110101110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757778; }

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

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

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

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

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

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

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

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