#707476

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

Shades of Blue Bayoux #707476

Tints of Blue Bayoux #707476

Color information

#707476 (or 0x707476) is unknown color: approx Blue Bayoux. HEX triplet: 70, 74 and 76. RGB value is (112,116,118). Sum of RGB (Red+Green+Blue) = 112+116+118=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 118 - color contains mainly: blue. Hex color #707476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707476 is #8F8B89. Grayscale: #737373. Windows color (decimal): -9407370 or 7763056. OLE color: 7763056.

HSL color Cylindrical-coordinate representation of color #707476: hue angle of 200º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #707476 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB112116118-
CMYK0.050.0200.54
HSL200º2.61%45.1%-
HSV(B)200º5.08%46.27%-
XYZ16.217.2419.61-
YUV115.03129.67125.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=32.37%
G=33.53%
B=34.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121161180.050.0200.542002.6145.1
Hex70747652036c832d
Octal16016416652066310355
Binary1110000111010011101101011001101101100100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707476; }

 p { color: rgb(112,116,118); }

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

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

 a { background-color: rgb(112,116,118); }

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

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

 span { border-color: rgb(112,116,118); }

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