#70787B

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

Shades of Blue Bayoux #70787B

Tints of Blue Bayoux #70787B

Color information

#70787B (or 0x70787B) is unknown color: approx Blue Bayoux. HEX triplet: 70, 78 and 7B. RGB value is (112,120,123). Sum of RGB (Red+Green+Blue) = 112+120+123=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 123 - color contains mainly: blue. Hex color #70787B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70787B is #8F8784. Grayscale: #757575. Windows color (decimal): -9406341 or 8091760. OLE color: 8091760.

HSL color Cylindrical-coordinate representation of color #70787B: hue angle of 196.36º 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 #70787B is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB112120123-
CMYK0.090.0200.52
HSL196.36º4.68%46.08%-
HSV(B)196.36º8.94%48.24%-
XYZ16.9718.3121.38-
YUV117.95130.85123.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.55%
GREEN value IS 120 (47.27% from 255) = 33.80%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=31.55%
G=33.80%
B=34.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121201230.090.0200.52196.364.6846.08
Hex70787B92034c452e
Octal160170173112064304556
Binary111000011110001111011100110011010011000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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