Html Css Color HEX #717879 Blue Bayoux

📋 copy color: '#717879'

red 113 ◦ green 120 ◦ blue 121

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

Shades of Blue Bayoux #717879

Tints of Blue Bayoux #717879

RGB

 RED value IS 113 (44.53% from 255) = 31.92%

 GREEN value IS 120 (47.27% from 255) = 33.9%

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 31.92%
G = 33.9%
B = 34.18%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#717879 (or 0x717879) is known color: Blue Bayoux. HEX triplet: 71, 78 and 79. RGB value is (113,120,121). Sum of RGB (Red+Green+Blue) = 113+120+121=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 121 - color contains mainly: blue. Hex color #717879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717879 is #8E8786. Grayscale: #767676. Windows color (decimal): -9340807 or 7960689. OLE color: 7960689.

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

Color convert

RGB 113 120 121 -
CMYK 0.07 0.01 0 0.53
HSL 187.5º 0.03% 0.46% -
HSV(B) 187.5º 0.07% 0.47% -
XYZ 16.98 18.32 20.73 -
YUV 118.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 113 120 121 0.07 0.01 0 0.53 187.5 0.03 0.46
Hex 71 78 79 7 1 0 35 BC 3 2E
Octal 161 170 171 7 1 0 65 274 3 56
Binary 1110001 1111000 1111001 111 1 0 110101 10111100 11 101110

Color Harmonies of #717879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717879

Black with #717879

Text Example


Text Example

White with #717879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717879; }

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

 H1.HeaderClassName
 {
   color: #717879;
 }
 .AnyTagClassName
 {
   color: #717879;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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