Html Css Color HEX #71777A Blue Bayoux

📋 copy color: '#71777A'

red 113 ◦ green 119 ◦ blue 122

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

Shades of Blue Bayoux #71777A

Tints of Blue Bayoux #71777A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 122 (48.05% from 255) = 34.46%

R = 31.92%
G = 33.62%
B = 34.46%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71777A (or 0x71777A) is known color: Blue Bayoux. HEX triplet: 71, 77 and 7A. RGB value is (113,119,122). Sum of RGB (Red+Green+Blue) = 113+119+122=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 122 - color contains mainly: blue. Hex color #71777A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71777A is #8E8885. Grayscale: #757575. Windows color (decimal): -9341062 or 8025969. OLE color: 8025969.

HSL color Cylindrical-coordinate representation of color #71777A: hue angle of 200º 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 #71777A is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 119 122 -
CMYK 0.07 0.02 0 0.52
HSL 200º 0.04% 0.46% -
HSV(B) 200º 0.07% 0.48% -
XYZ 16.92 18.11 21.02 -
YUV 117.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 113 119 122 0.07 0.02 0 0.52 200 0.04 0.46
Hex 71 77 7A 7 2 0 34 C8 4 2E
Octal 161 167 172 7 2 0 64 310 4 56
Binary 1110001 1110111 1111010 111 10 0 110100 11001000 100 101110

Color Harmonies of #71777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71777A

Black with #71777A

Text Example


Text Example

White with #71777A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71777A;
 }
 .AnyTagClassName
 {
   color: #71777A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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