Html Css Color HEX #747879 Blue Bayoux

📋 copy color: '#747879'

red 116 ◦ green 120 ◦ blue 121

#747879
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bayoux #747879

Tints of Blue Bayoux #747879

RGB

 RED value IS 116 (45.7% 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 value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#747879 (or 0x747879) is known color: 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

RGB 116 120 121 -
CMYK 0.04 0.01 0 0.53
HSL 192º 0.02% 0.46% -
HSV(B) 192º 0.04% 0.47% -
XYZ 17.37 18.53 20.75 -
YUV 118.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 116 120 121 0.04 0.01 0 0.53 192 0.02 0.46
Hex 74 78 79 4 1 0 35 C0 2 2E
Octal 164 170 171 4 1 0 65 300 2 56
Binary 1110100 1111000 1111001 100 1 0 110101 11000000 10 101110

Color Harmonies of #747879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747879

Black with #747879

Text Example


Text Example

White with #747879

Text Example


Text Example

HTML Codes & Css Web 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>