Html Css Color HEX #717677 Blue Bayoux

📋 copy color: '#717677'

red 113 ◦ green 118 ◦ blue 119

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

Shades of Blue Bayoux #717677

Tints of Blue Bayoux #717677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

 BLUE value IS 119 (46.88% from 255) = 34%

R = 32.29%
G = 33.71%
B = 34%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#717677 (or 0x717677) is known color: Blue Bayoux. HEX triplet: 71, 76 and 77. RGB value is (113,118,119). Sum of RGB (Red+Green+Blue) = 113+118+119=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 119 - color contains mainly: blue. Hex color #717677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717677 is #8E8988. Grayscale: #747474. Windows color (decimal): -9341321 or 7829105. OLE color: 7829105.

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

Color convert

RGB 113 118 119 -
CMYK 0.05 0.01 0 0.53
HSL 190º 0.03% 0.45% -
HSV(B) 190º 0.05% 0.47% -
XYZ 16.62 17.8 20.01 -
YUV 116.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 113 118 119 0.05 0.01 0 0.53 190 0.03 0.45
Hex 71 76 77 5 1 0 35 BE 3 2D
Octal 161 166 167 5 1 0 65 276 3 55
Binary 1110001 1110110 1110111 101 1 0 110101 10111110 11 101101

Color Harmonies of #717677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717677

Black with #717677

Text Example


Text Example

White with #717677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717677; }

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

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

background-color css

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

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

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

border-color css

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

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

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