Html Css Color HEX #70797C Blue Bayoux

📋 copy color: '#70797C'

red 112 ◦ green 121 ◦ blue 124

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

Shades of Blue Bayoux #70797C

Tints of Blue Bayoux #70797C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 31.37%
G = 33.89%
B = 34.73%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70797C (or 0x70797C) is known color: Blue Bayoux. HEX triplet: 70, 79 and 7C. RGB value is (112,121,124). Sum of RGB (Red+Green+Blue) = 112+121+124=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 124 - color contains mainly: blue. Hex color #70797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70797C is #8F8683. Grayscale: #767676. Windows color (decimal): -9406084 or 8157552. OLE color: 8157552.

HSL color Cylindrical-coordinate representation of color #70797C: hue angle of 195º 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 #70797C is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 121 124 -
CMYK 0.10 0.02 0 0.51
HSL 195º 0.05% 0.46% -
HSV(B) 195º 0.1% 0.49% -
XYZ 17.16 18.57 21.75 -
YUV 118.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 112 121 124 0.10 0.02 0 0.51 195 0.05 0.46
Hex 70 79 7C A 2 0 33 C3 5 2E
Octal 160 171 174 12 2 0 63 303 5 56
Binary 1110000 1111001 1111100 1010 10 0 110011 11000011 101 101110

Color Harmonies of #70797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70797C

Black with #70797C

Text Example


Text Example

White with #70797C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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