#707678

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

Shades of Blue Bayoux #707678

Tints of Blue Bayoux #707678

Color information

#707678 (or 0x707678) is unknown color: approx Blue Bayoux. HEX triplet: 70, 76 and 78. RGB value is (112,118,120). Sum of RGB (Red+Green+Blue) = 112+118+120=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 120 - color contains mainly: blue. Hex color #707678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707678 is #8F8987. Grayscale: #747474. Windows color (decimal): -9406856 or 7894640. OLE color: 7894640.

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

Color convert

RGB112118120-
CMYK0.070.0200.53
HSL195º3.45%45.49%-
HSV(B)195º6.67%47.06%-
XYZ16.5517.7620.32-
YUV116.43130.01124.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 120 (47.27% from 255) = 34.29%
R=32%
G=33.71%
B=34.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121181200.070.0200.531953.4545.49
Hex70767872035c332d
Octal16016617072065303355
Binary1110000111011011110001111001101011100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707678; }

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

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

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

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

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

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

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

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