#71797C

Color #71797C Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #71797C

Tints of Blue Bayoux #71797C

Color information

#71797C (or 0x71797C) is unknown color: approx 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

RGB113121124-
CMYK0.090.0200.51
HSL196.36º4.64%46.47%-
HSV(B)196.36º8.87%48.63%-
XYZ17.2918.6421.76-
YUV118.95130.85123.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 124 (48.83% from 255) = 34.64%
R=31.56%
G=33.80%
B=34.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131211240.090.0200.51196.364.6446.47
Hex71797C92033c452e
Octal161171174112063304556
Binary111000111110011111100100110011001111000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>