Html Css Color HEX #70797D Blue Bayoux

📋 copy color: '#70797D'

red 112 ◦ green 121 ◦ blue 125

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

Shades of Blue Bayoux #70797D

Tints of Blue Bayoux #70797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.8%

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 31.28%
G = 33.8%
B = 34.92%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70797D (or 0x70797D) is known color: Blue Bayoux. HEX triplet: 70, 79 and 7D. RGB value is (112,121,125). Sum of RGB (Red+Green+Blue) = 112+121+125=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 125 - color contains mainly: blue. Hex color #70797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70797D is #8F8682. Grayscale: #767676. Windows color (decimal): -9406083 or 8223088. OLE color: 8223088.

HSL color Cylindrical-coordinate representation of color #70797D: hue angle of 198.46º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #70797D is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 121 125 -
CMYK 0.10 0.03 0 0.51
HSL 198.46º 0.05% 0.46% -
HSV(B) 198.46º 0.1% 0.49% -
XYZ 17.22 18.6 22.08 -
YUV 118.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 112 121 125 0.10 0.03 0 0.51 198.46 0.05 0.46
Hex 70 79 7D A 3 0 33 C6 5 2E
Octal 160 171 175 12 3 0 63 306 5 56
Binary 1110000 1111001 1111101 1010 11 0 110011 11000110 101 101110

Color Harmonies of #70797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70797D

Black with #70797D

Text Example


Text Example

White with #70797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70797D; }

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

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

background-color css

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

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

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

border-color css

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

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

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