#747879

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

Shades of Blue Bayoux #747879

Tints of Blue Bayoux #747879

Color information

#747879 (or 0x747879) is unknown color: approx Blue Bayoux. HEX triplet: 74, 78 and 79. RGB value is (116,120,121). Sum of RGB (Red+Green+Blue) = 116+120+121=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 121 - color contains mainly: blue. Hex color #747879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747879 is #8B8786. Grayscale: #767676. Windows color (decimal): -9144199 or 7960692. OLE color: 7960692.

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

Color convert

RGB116120121-
CMYK0.040.0100.53
HSL192º2.11%46.47%-
HSV(B)192º4.13%47.45%-
XYZ17.3718.5320.75-
YUV118.92129.17125.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=32.49%
G=33.61%
B=33.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161201210.040.0100.531922.1146.47
Hex74787941035c022e
Octal16417017141065300256
Binary111010011110001111001100101101011100000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747879; }

 p { color: rgb(116,120,121); }

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

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

 a { background-color: rgb(116,120,121); }

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

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

 span { border-color: rgb(116,120,121); }

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