Html Css Color HEX #70797B Blue Bayoux

📋 copy color: '#70797B'

red 112 ◦ green 121 ◦ blue 123

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

Shades of Blue Bayoux #70797B

Tints of Blue Bayoux #70797B

RGB

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

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

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

R = 31.46%
G = 33.99%
B = 34.55%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70797B (or 0x70797B) is known color: Blue Bayoux. HEX triplet: 70, 79 and 7B. RGB value is (112,121,123). Sum of RGB (Red+Green+Blue) = 112+121+123=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 121 (47.66% from 255 or 33.99% 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 #70797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70797B is #8F8684. Grayscale: #767676. Windows color (decimal): -9406085 or 8092016. OLE color: 8092016.

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

Color convert

RGB 112 121 123 -
CMYK 0.09 0.02 0 0.52
HSL 190.91º 0.05% 0.46% -
HSV(B) 190.91º 0.09% 0.48% -
XYZ 17.09 18.55 21.42 -
YUV 118.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 112 121 123 0.09 0.02 0 0.52 190.91 0.05 0.46
Hex 70 79 7B 9 2 0 34 BF 5 2E
Octal 160 171 173 11 2 0 64 277 5 56
Binary 1110000 1111001 1111011 1001 10 0 110100 10111111 101 101110

Color Harmonies of #70797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70797B

Black with #70797B

Text Example


Text Example

White with #70797B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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