#747677

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

Shades of Blue Bayoux #747677

Tints of Blue Bayoux #747677

Color information

#747677 (or 0x747677) is unknown color: approx Blue Bayoux. HEX triplet: 74, 76 and 77. RGB value is (116,118,119). Sum of RGB (Red+Green+Blue) = 116+118+119=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 119 - color contains mainly: blue. Hex color #747677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747677 is #8B8988. Grayscale: #757575. Windows color (decimal): -9144713 or 7829108. OLE color: 7829108.

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

Color convert

RGB116118119-
CMYK0.030.0100.53
HSL200º1.28%46.08%-
HSV(B)200º2.52%46.67%-
XYZ17.011820.03-
YUV117.52128.84126.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.86%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=32.86%
G=33.43%
B=33.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161181190.030.0100.532001.2846.08
Hex74767731035c812e
Octal16416616731065310156
Binary1110100111011011101111110110101110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747677; }

 p { color: rgb(116,118,119); }

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

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

 a { background-color: rgb(116,118,119); }

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

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

 span { border-color: rgb(116,118,119); }

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