Html Css Color HEX #717A7C Blue Bayoux

📋 copy color: '#717A7C'

red 113 ◦ green 122 ◦ blue 124

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

Shades of Blue Bayoux #717A7C

Tints of Blue Bayoux #717A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.98%

 BLUE value IS 124 (48.83% from 255) = 34.54%

R = 31.48%
G = 33.98%
B = 34.54%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#717A7C (or 0x717A7C) is known color: Blue Bayoux. HEX triplet: 71, 7A and 7C. RGB value is (113,122,124). Sum of RGB (Red+Green+Blue) = 113+122+124=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 124 - color contains mainly: blue. Hex color #717A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A7C is #8E8583. Grayscale: #777777. Windows color (decimal): -9340292 or 8157809. OLE color: 8157809.

HSL color Cylindrical-coordinate representation of color #717A7C: hue angle of 190.91º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #717A7C is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 122 124 -
CMYK 0.09 0.02 0 0.51
HSL 190.91º 0.05% 0.46% -
HSV(B) 190.91º 0.09% 0.49% -
XYZ 17.41 18.89 21.8 -
YUV 119.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 113 122 124 0.09 0.02 0 0.51 190.91 0.05 0.46
Hex 71 7A 7C 9 2 0 33 BF 5 2E
Octal 161 172 174 11 2 0 63 277 5 56
Binary 1110001 1111010 1111100 1001 10 0 110011 10111111 101 101110

Color Harmonies of #717A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717A7C

Black with #717A7C

Text Example


Text Example

White with #717A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717A7C; }

 p { color: rgb(113,122,124); }

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

background-color css

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

 a { background-color: rgb(113,122,124); }

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

border-color css

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

 span { border-color: rgb(113,122,124); }

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