Html Css Color HEX #707879 Blue Bayoux

📋 copy color: '#707879'

red 112 ◦ green 120 ◦ blue 121

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

Shades of Blue Bayoux #707879

Tints of Blue Bayoux #707879

RGB

 RED value IS 112 (44.14% from 255) = 31.73%

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

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

R = 31.73%
G = 33.99%
B = 34.28%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#707879 (or 0x707879) is known color: Blue Bayoux. HEX triplet: 70, 78 and 79. RGB value is (112,120,121). Sum of RGB (Red+Green+Blue) = 112+120+121=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 121 - color contains mainly: blue. Hex color #707879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707879 is #8F8786. Grayscale: #757575. Windows color (decimal): -9406343 or 7960688. OLE color: 7960688.

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

Color convert

RGB 112 120 121 -
CMYK 0.07 0.01 0 0.53
HSL 186.67º 0.04% 0.46% -
HSV(B) 186.67º 0.07% 0.47% -
XYZ 16.85 18.26 20.73 -
YUV 117.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 112 120 121 0.07 0.01 0 0.53 186.67 0.04 0.46
Hex 70 78 79 7 1 0 35 BB 4 2E
Octal 160 170 171 7 1 0 65 273 4 56
Binary 1110000 1111000 1111001 111 1 0 110101 10111011 100 101110

Color Harmonies of #707879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707879

Black with #707879

Text Example


Text Example

White with #707879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707879; }

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

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

background-color css

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

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

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

border-color css

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

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

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