Html Css Color HEX #71797C Blue Bayoux

📋 copy color: '#71797C'

red 113 ◦ green 121 ◦ blue 124

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

Shades of Blue Bayoux #71797C

Tints of Blue Bayoux #71797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.8%

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

R = 31.56%
G = 33.8%
B = 34.64%

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

#71797C (or 0x71797C) is known color: Blue Bayoux. HEX triplet: 71, 79 and 7C. RGB value is (113,121,124). Sum of RGB (Red+Green+Blue) = 113+121+124=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 124 - color contains mainly: blue. Hex color #71797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71797C is #8E8683. Grayscale: #767676. Windows color (decimal): -9340548 or 8157553. OLE color: 8157553.

HSL color Cylindrical-coordinate representation of color #71797C: hue angle of 196.36º 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 #71797C is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 121 124 -
CMYK 0.09 0.02 0 0.51
HSL 196.36º 0.05% 0.46% -
HSV(B) 196.36º 0.09% 0.49% -
XYZ 17.29 18.64 21.76 -
YUV 118.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 113 121 124 0.09 0.02 0 0.51 196.36 0.05 0.46
Hex 71 79 7C 9 2 0 33 C4 5 2E
Octal 161 171 174 11 2 0 63 304 5 56
Binary 1110001 1111001 1111100 1001 10 0 110011 11000100 101 101110

Color Harmonies of #71797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71797C

Black with #71797C

Text Example


Text Example

White with #71797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71797C; }

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

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

background-color css

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

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

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

border-color css

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

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

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