#71797A

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

Shades of Blue Bayoux #71797A

Tints of Blue Bayoux #71797A

Color information

#71797A (or 0x71797A) is unknown color: approx Blue Bayoux. HEX triplet: 71, 79 and 7A. RGB value is (113,121,122). Sum of RGB (Red+Green+Blue) = 113+121+122=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 122 - color contains mainly: blue. Hex color #71797A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71797A is #8E8685. Grayscale: #767676. Windows color (decimal): -9340550 or 8026481. OLE color: 8026481.

HSL color Cylindrical-coordinate representation of color #71797A: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #71797A is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB113121122-
CMYK0.070.0100.52
HSL186.67º3.83%46.08%-
HSV(B)186.67º7.38%47.84%-
XYZ17.1618.5921.1-
YUV118.72129.85123.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=31.74%
G=33.99%
B=34.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1131211220.070.0100.52186.673.8346.08
Hex71797A71034bb42e
Octal16117117271064273456
Binary1110001111100111110101111011010010111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71797A;
 }
 .AnyTagClassName
 {
   color: #71797A;
 }
</style>
background-color css

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

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

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

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

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

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