#707A7B

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

Shades of Blue Bayoux #707A7B

Tints of Blue Bayoux #707A7B

Color information

#707A7B (or 0x707A7B) is unknown color: approx Blue Bayoux. HEX triplet: 70, 7A and 7B. RGB value is (112,122,123). Sum of RGB (Red+Green+Blue) = 112+122+123=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 123 - color contains mainly: blue. Hex color #707A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A7B is #8F8584. Grayscale: #777777. Windows color (decimal): -9405829 or 8092272. OLE color: 8092272.

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

Color convert

RGB112122123-
CMYK0.090.0100.52
HSL185.45º4.68%46.08%-
HSV(B)185.45º8.94%48.24%-
XYZ17.2218.7921.46-
YUV119.12130.19122.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=31.37%
G=34.17%
B=34.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121221230.090.0100.52185.454.6846.08
Hex707A7B91034b952e
Octal160172173111064271556
Binary11100001111010111101110011011010010111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707A7B; }

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

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

<style>
 a { background-color: #707A7B; }

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

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

<style>
 span { border-color: #707A7B; }

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

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