Html Css Color HEX #71797A Blue Bayoux

📋 copy color: '#71797A'

red 113 ◦ green 121 ◦ blue 122

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

Shades of Blue Bayoux #71797A

Tints of Blue Bayoux #71797A

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 value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71797A (or 0x71797A) is known color: 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

RGB 113 121 122 -
CMYK 0.07 0.01 0 0.52
HSL 186.67º 0.04% 0.46% -
HSV(B) 186.67º 0.07% 0.48% -
XYZ 17.16 18.59 21.1 -
YUV 118.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 113 121 122 0.07 0.01 0 0.52 186.67 0.04 0.46
Hex 71 79 7A 7 1 0 34 BB 4 2E
Octal 161 171 172 7 1 0 64 273 4 56
Binary 1110001 1111001 1111010 111 1 0 110100 10111011 100 101110

Color Harmonies of #71797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71797A

Black with #71797A

Text Example


Text Example

White with #71797A

Text Example


Text Example

HTML Codes & Css Web 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>