Html Css Color HEX #727879 Blue Bayoux

📋 copy color: '#727879'

red 114 ◦ green 120 ◦ blue 121

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

Shades of Blue Bayoux #727879

Tints of Blue Bayoux #727879

RGB

 RED value IS 114 (44.92% from 255) = 32.11%

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

 BLUE value IS 121 (47.66% from 255) = 34.08%

R = 32.11%
G = 33.8%
B = 34.08%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#727879 (or 0x727879) is known color: Blue Bayoux. HEX triplet: 72, 78 and 79. RGB value is (114,120,121). Sum of RGB (Red+Green+Blue) = 114+120+121=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 121 - color contains mainly: blue. Hex color #727879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727879 is #8D8786. Grayscale: #767676. Windows color (decimal): -9275271 or 7960690. OLE color: 7960690.

HSL color Cylindrical-coordinate representation of color #727879: hue angle of 188.57º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #727879 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 120 121 -
CMYK 0.06 0.01 0 0.53
HSL 188.57º 0.03% 0.46% -
HSV(B) 188.57º 0.06% 0.47% -
XYZ 17.11 18.39 20.74 -
YUV 118.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 114 120 121 0.06 0.01 0 0.53 188.57 0.03 0.46
Hex 72 78 79 6 1 0 35 BD 3 2E
Octal 162 170 171 6 1 0 65 275 3 56
Binary 1110010 1111000 1111001 110 1 0 110101 10111101 11 101110

Color Harmonies of #727879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727879

Black with #727879

Text Example


Text Example

White with #727879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727879; }

 p { color: rgb(114,120,121); }

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

background-color css

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

 a { background-color: rgb(114,120,121); }

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

border-color css

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

 span { border-color: rgb(114,120,121); }

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