#70787C

Color #70787C Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #70787C

Tints of Blue Bayoux #70787C

Color information

#70787C (or 0x70787C) is unknown color: approx Blue Bayoux. HEX triplet: 70, 78 and 7C. RGB value is (112,120,124). Sum of RGB (Red+Green+Blue) = 112+120+124=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 124 - color contains mainly: blue. Hex color #70787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70787C is #8F8783. Grayscale: #767676. Windows color (decimal): -9406340 or 8157296. OLE color: 8157296.

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

Color convert

RGB112120124-
CMYK0.100.0300.51
HSL200º5.08%46.27%-
HSV(B)200º9.68%48.63%-
XYZ17.0418.3321.71-
YUV118.06131.35123.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.46%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=31.46%
G=33.71%
B=34.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1121201240.100.0300.512005.0846.27
Hex70787CA3033c852e
Octal160170174123063310556
Binary111000011110001111100101011011001111001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70787C;
 }
 .AnyTagClassName
 {
   color: #70787C;
 }
</style>
background-color css

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

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

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

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

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

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