Html Css Color HEX #717779 Blue Bayoux

📋 copy color: '#717779'

red 113 ◦ green 119 ◦ blue 121

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

Shades of Blue Bayoux #717779

Tints of Blue Bayoux #717779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.71%

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

R = 32.01%
G = 33.71%
B = 34.28%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#717779 (or 0x717779) is known color: Blue Bayoux. HEX triplet: 71, 77 and 79. RGB value is (113,119,121). Sum of RGB (Red+Green+Blue) = 113+119+121=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 121 - color contains mainly: blue. Hex color #717779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717779 is #8E8886. Grayscale: #757575. Windows color (decimal): -9341063 or 7960433. OLE color: 7960433.

HSL color Cylindrical-coordinate representation of color #717779: hue angle of 195º 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 #717779 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 119 121 -
CMYK 0.07 0.02 0 0.53
HSL 195º 0.03% 0.46% -
HSV(B) 195º 0.07% 0.47% -
XYZ 16.86 18.08 20.69 -
YUV 117.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 113 119 121 0.07 0.02 0 0.53 195 0.03 0.46
Hex 71 77 79 7 2 0 35 C3 3 2E
Octal 161 167 171 7 2 0 65 303 3 56
Binary 1110001 1110111 1111001 111 10 0 110101 11000011 11 101110

Color Harmonies of #717779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717779

Black with #717779

Text Example


Text Example

White with #717779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717779; }

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

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

background-color css

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

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

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

border-color css

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

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

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