Html Css Color HEX #71787B Blue Bayoux

📋 copy color: '#71787B'

red 113 ◦ green 120 ◦ blue 123

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

Shades of Blue Bayoux #71787B

Tints of Blue Bayoux #71787B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.71%

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 31.74%
G = 33.71%
B = 34.55%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71787B (or 0x71787B) is known color: Blue Bayoux. HEX triplet: 71, 78 and 7B. RGB value is (113,120,123). Sum of RGB (Red+Green+Blue) = 113+120+123=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 123 - color contains mainly: blue. Hex color #71787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71787B is #8E8784. Grayscale: #767676. Windows color (decimal): -9340805 or 8091761. OLE color: 8091761.

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

Color convert

RGB 113 120 123 -
CMYK 0.08 0.02 0 0.52
HSL 198º 0.04% 0.46% -
HSV(B) 198º 0.08% 0.48% -
XYZ 17.1 18.37 21.38 -
YUV 118.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 113 120 123 0.08 0.02 0 0.52 198 0.04 0.46
Hex 71 78 7B 8 2 0 34 C6 4 2E
Octal 161 170 173 10 2 0 64 306 4 56
Binary 1110001 1111000 1111011 1000 10 0 110100 11000110 100 101110

Color Harmonies of #71787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71787B

Black with #71787B

Text Example


Text Example

White with #71787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71787B; }

 p { color: rgb(113,120,123); }

 H1.HeaderClassName
 {
   color: #71787B;
 }
 .AnyTagClassName
 {
   color: #71787B;
 }
</style>

background-color css

<style>
 a { background-color: #71787B; }

 a { background-color: rgb(113,120,123); }

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

border-color css

<style>
 span { border-color: #71787B; }

 span { border-color: rgb(113,120,123); }

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